From 9da79947d3c6e4a78bc4f3c0634ae79966c44c35 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:22:47 -0300 Subject: [PATCH] style: remove unused empty function --- lua/CC Tweaked/tutel/tutel-host.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index b5772a5..1f97fe2 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -258,10 +258,6 @@ registerEventListener("key", scrollLogs) console ]] local commandBuffer = "" -function drawConsole(y) - -end - function handleConsoleInput(char) commandBuffer = commandBuffer .. char end