Skip to content

Commit

Permalink
Remove unused Lua functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Dec 12, 2024
1 parent f96d8e8 commit 6fc408b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/resources/filters/common/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ function tcontains(t,value)
return false
end

-- clear a table
function tclear(t)
for k,v in pairs(t) do
t[k] = nil
end
end

-- get keys from table
function tkeys(t)
local keyset=pandoc.List({})
Expand Down

0 comments on commit 6fc408b

Please sign in to comment.