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