diff options
Diffstat (limited to 'source.lua')
-rw-r--r-- | source.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source.lua b/source.lua index c70f125..594ff4a 100644 --- a/source.lua +++ b/source.lua @@ -50,9 +50,6 @@ function source.initialize_globals() Menu_status_bar_height = 5 + --[[line height in tests]] 15 + 5 - -- a few text objects we can avoid recomputing unless the font changes - Text_cache = {} - -- blinking cursor Cursor_time = 0 end |