summaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-22 16:19:44 -0300
committerAndrés <andmarti@gmail.com>2021-03-22 16:19:44 -0300
commitddc4c6a4453980be88c45ba208d7d13bf7821f7c (patch)
treec77edcd0b3d3e3742f2ef15ffb0401eae29c764b /src/undo.c
parent9a2530e03ead79a41b9df943cbcf826cebd4fdbc (diff)
Work on issues #473 #201
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index b7de582..6130c61 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -407,7 +407,6 @@ void copy_to_undostruct (int row_desde, int col_desde, int row_hasta, int col_ha
// not repeated - we malloc an ent and add it to list
struct ent * e = (struct ent *) malloc( (unsigned) sizeof(struct ent) );
cleanent(e);
- //copyent(e, lookat(r, c), 0, 0, 0, 0, 0, 0, 0);
copyent(e, lookat(r, c), 0, 0, 0, 0, 0, 0, 'u');
// Append 'ent' element at the beginning