diff options
Diffstat (limited to 'undo.lua')
-rw-r--r-- | undo.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/undo.lua b/undo.lua index 59ca481..e0cd730 100644 --- a/undo.lua +++ b/undo.lua @@ -49,8 +49,6 @@ function snapshot(State, s,e) screen_top=deepcopy(State.screen_top1), selection=deepcopy(State.selection1), cursor=deepcopy(State.cursor1), - current_drawing_mode=Drawing_mode, - previous_drawing_mode=State.previous_drawing_mode, lines={}, start_line=s, end_line=e, |