about summary refs log tree commit diff stats
path: root/edit/004-programming-environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-23 23:03:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-23 23:03:56 -0700
commit54edd3d25e990cdf6ead2f0cdf685bc23de85edf (patch)
tree5479bfaf361a485570b2ebbe22064fefe9b55a89 /edit/004-programming-environment.mu
parentb2eff9f97e02fe6f5f55133002c16116aac13ed4 (diff)
downloadmu-54edd3d25e990cdf6ead2f0cdf685bc23de85edf.tar.gz
3943
Undo commit 3938 and almost everything after. Let's do this right.
Diffstat (limited to 'edit/004-programming-environment.mu')
-rw-r--r--edit/004-programming-environment.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu
index 021d9d73..897f2923 100644
--- a/edit/004-programming-environment.mu
+++ b/edit/004-programming-environment.mu
@@ -447,7 +447,6 @@ def render-recipes screen:&:screen, env:&:environment, render-editor:render-reci
   clear-screen-from screen, row, left, left, right
   #
   assert-no-scroll screen, old-top-idx
-#?   stash [render recipes done]
 ]
 
 # replaced in a later layer
@@ -468,7 +467,6 @@ def render-sandbox-side screen:&:screen, env:&:environment, render-editor:render
   clear-screen-from screen, row, left, left, right
   #
   assert-no-scroll screen, old-top-idx
-#?   stash [render sandbox side0 done]
 ]
 
 def update-cursor screen:&:screen, recipes:&:editor, current-sandbox:&:editor, sandbox-in-focus?:bool, env:&:environment -> screen:&:screen [