about summary refs log tree commit diff stats
path: root/sandbox/001-editor.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/001-editor.mu')
-rw-r--r--sandbox/001-editor.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu
index 803f02c8..dab475fb 100644
--- a/sandbox/001-editor.mu
+++ b/sandbox/001-editor.mu
@@ -132,7 +132,6 @@ def render screen:&:screen, editor:&:editor -> last-row:num, last-column:num, sc
   prev:&:duplex-list:char <- copy curr  # just in case curr becomes null and we can't compute prev
   curr <- next curr
   # traversing screen
-  +render-loop-initialization
   color:num <- copy 7/white
   row:num <- copy 1/top
   column:num <- copy left