about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index 9156498..d6d44a4 100644
--- a/text.lua
+++ b/text.lua
@@ -1,6 +1,5 @@
 -- text editor, particularly text drawing, horizontal wrap, vertical scrolling
 Text = {}
-AB_padding = 20  -- space in pixels between A side and B side
 
 -- draw a line starting from startpos to screen at y between State.left and State.right
 -- return the final y, and position of start of final screen line drawn