Skip to content

Commit

Permalink
Fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Nov 16, 2023
1 parent 3cb39ad commit dfcf21d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -485,12 +485,6 @@ local function handler_factory(event_id)
end
end

local function custom_handler_factory(handlers)
return function(element_name, handler)
handlers[element_name] = handler
end
end

--luacheck: ignore custom_raise
---@diagnostic disable-next-line: unused-function, unused-local
local function custom_raise(handlers, element, player)
Expand Down

0 comments on commit dfcf21d

Please sign in to comment.