summaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 16294aa..8a2af71 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -384,7 +384,7 @@ int len_undo_list() {
void copy_to_undostruct (int row_desde, int col_desde, int row_hasta, int col_hasta, char type) {
int c, r;
struct ent * p;
- int repeated;
+ //int repeated;
for (r = row_desde; r <= row_hasta; r++)
for (c = col_desde; c <= col_hasta; c++) {