From fb887cc18813ea5cc112e6eb3e623e3c3e591870 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Sat, 8 Jan 2005 20:59:06 +0000 Subject: [PATCH] forgotten printf (not needed anymore I think) --- src/tuxpaint.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 3c73f4126..8846edf38 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -8024,9 +8024,6 @@ static void draw_fonts(void) SDL_Surface * tmp_surf; SDL_Color black = {0, 0, 0, 0}; - - printf("Redrawing fonts\n"); - /* Draw the title: */ draw_image_title(TITLE_LETTERS, r_ttoolopt);