mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 01:20:17 +00:00
Remove PRINTF() usage in raster/undo.cpp (so raster does not depends on LoggerModule).
This commit is contained in:
parent
85766ea915
commit
9924e0fb43
@ -385,14 +385,6 @@ static void run_undo(Undo* undo, int state)
|
||||
if (!chunk)
|
||||
break;
|
||||
|
||||
{ int c;
|
||||
for (c=0; c<ABS(level); c++)
|
||||
PRINTF(" ");
|
||||
PRINTF("%s: %s (Label: %s)\n",
|
||||
(state == DO_UNDO) ? "Undo": "Redo",
|
||||
undo_actions[chunk->type].name,
|
||||
chunk->label); }
|
||||
|
||||
undo_set_label(undo, chunk->label);
|
||||
(undo_actions[chunk->type].invert)(redo_stream, chunk, state);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user