drop an unused var

This commit is contained in:
Kartik K. Agaram 2023-04-20 18:27:46 -07:00
parent e4e881bd41
commit 6d86b5268b
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ end
function App.initialize_globals()
-- tests currently mostly clear their own state
-- a few text objects we can avoid recomputing unless the font changes
Text_cache = {}
-- blinking cursor
Cursor_time = 0