diff options
Diffstat (limited to 'run.lua')
-rw-r--r-- | run.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/run.lua b/run.lua index eab1f8b..2aba0e9 100644 --- a/run.lua +++ b/run.lua @@ -6,9 +6,6 @@ Editor_state = {} function run.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 end |