From 9924e0fb438efe94af30ac54e95a5092ad22c6d3 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 19 Sep 2010 16:26:15 -0300 Subject: [PATCH] Remove PRINTF() usage in raster/undo.cpp (so raster does not depends on LoggerModule). --- src/raster/undo.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/raster/undo.cpp b/src/raster/undo.cpp index 8586850e7..4635f3011 100644 --- a/src/raster/undo.cpp +++ b/src/raster/undo.cpp @@ -385,14 +385,6 @@ static void run_undo(Undo* undo, int state) if (!chunk) break; - { int c; - for (c=0; ctype].name, - chunk->label); } - undo_set_label(undo, chunk->label); (undo_actions[chunk->type].invert)(redo_stream, chunk, state);