about summary refs log tree commit diff stats
path: root/file.lua
diff options
context:
space:
mode:
Diffstat (limited to 'file.lua')
-rw-r--r--file.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.lua b/file.lua
index 92561bd..c5946d6 100644
--- a/file.lua
+++ b/file.lua
@@ -1,6 +1,4 @@
 -- primitives for saving to file and loading from file
-Drawing = require 'drawing'
-
 function load_from_disk(filename)
   local infile = App.open_for_reading(filename)
   local result = load_from_file(infile)