about summary refs log tree commit diff stats
path: root/drawing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'drawing.lua')
-rw-r--r--drawing.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/drawing.lua b/drawing.lua
index de311e1..3bc879e 100644
--- a/drawing.lua
+++ b/drawing.lua
@@ -524,12 +524,6 @@ function Drawing.keychord_pressed(chord)
     if drawing then
       drawing.show_help = true
     end
-  elseif chord == 'escape' and not love.mouse.isDown('1') then
-    for _,line in ipairs(Lines) do
-      if line.mode == 'drawing' then
-        line.show_help = false
-      end
-    end
   end
 end