about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.lua b/run.lua
index f3364c2..d029bed 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