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