about summary refs log tree commit diff stats
path: root/shell/data.limg
diff options
context:
space:
mode:
Diffstat (limited to 'shell/data.limg')
-rw-r--r--shell/data.limg6
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/data.limg b/shell/data.limg
index e4a5c8cb..c9c00dbc 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -122,14 +122,10 @@
      (while ,test
        ,@body
        ,update))])
-    (vline1 . [def (vline1 screen x y ymax color)
-  while (y < ymax)
-    (pixel screen x y color)
-    ++y])
     (hborder . [def (hborder scr y color)
   (hline scr y 0 (width scr) color)])
     (vborder . [def (vborder scr x color)
-  (vline1 scr x 0 (height scr) color)])
+  (vline scr x 0 (height scr) color)])
     (read_line . [def (read_line keyboard)
   ret str (stream)
     let c (key keyboard)