diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-22 01:39:37 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-22 01:39:37 -0800 |
commit | c8b6113b9784d5cf065978918cd42ac9f2b2f2a3 (patch) | |
tree | f4a31a3e332d96b300e116911ed8b658e2689f8b | |
parent | fb49fd2df1d4c40839e7595fd0c371c63ec28606 (diff) | |
download | mu-c8b6113b9784d5cf065978918cd42ac9f2b2f2a3.tar.gz |
2471
-rw-r--r-- | edit/011-editor-undo.mu | 4 | ||||
-rw-r--r-- | sandbox/011-editor-undo.mu | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/edit/011-editor-undo.mu b/edit/011-editor-undo.mu index 0e423ff4..4939013e 100644 --- a/edit/011-editor-undo.mu +++ b/edit/011-editor-undo.mu @@ -2070,7 +2070,3 @@ scenario editor-can-undo-and-redo-ctrl-u-2 [ . . ] ] - -# todo: -# operations for recipe side and each sandbox-data -# undo delete sandbox as a separate primitive on the status bar diff --git a/sandbox/011-editor-undo.mu b/sandbox/011-editor-undo.mu index 0e423ff4..4939013e 100644 --- a/sandbox/011-editor-undo.mu +++ b/sandbox/011-editor-undo.mu @@ -2070,7 +2070,3 @@ scenario editor-can-undo-and-redo-ctrl-u-2 [ . . ] ] - -# todo: -# operations for recipe side and each sandbox-data -# undo delete sandbox as a separate primitive on the status bar |