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.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.lua b/file.lua
index 6b36b0f..4e268a7 100644
--- a/file.lua
+++ b/file.lua
@@ -50,7 +50,6 @@ function save_to_disk(State)
   outfile:close()
 end
 
-json = require 'json'
 function load_drawing(infile_next_line)
   local drawing = {mode='drawing', h=256/2, points={}, shapes={}, pending={}}
   while true do