style: remove unused empty function

This commit is contained in:
2025-05-08 13:22:47 -03:00
parent c5ab37664b
commit 9da79947d3
-4
View File
@@ -258,10 +258,6 @@ registerEventListener("key", scrollLogs)
console
]]
local commandBuffer = ""
function drawConsole(y)
end
function handleConsoleInput(char)
commandBuffer = commandBuffer .. char
end