diff options
Diffstat (limited to 'edit.lua')
-rw-r--r-- | edit.lua | 9 |
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 |