style: remove unused empty function
This commit is contained in:
@@ -258,10 +258,6 @@ registerEventListener("key", scrollLogs)
|
||||
console
|
||||
]]
|
||||
local commandBuffer = ""
|
||||
function drawConsole(y)
|
||||
|
||||
end
|
||||
|
||||
function handleConsoleInput(char)
|
||||
commandBuffer = commandBuffer .. char
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user