about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/edit.lua b/edit.lua
index f5dc1f2..87cf6c2 100644
--- a/edit.lua
+++ b/edit.lua
@@ -20,15 +20,6 @@ Drawing_padding_height = Drawing_padding_top + Drawing_padding_bottom
 
 Same_point_distance = 4  -- pixel distance at which two points are considered the same
 
-utf8 = require 'utf8'
-
-require 'file'
-require 'text'
-require 'drawing'
-require 'geom'
-require 'help'
-require 'icons'
-
 edit = {}
 
 -- run in both tests and a real run