From c51e5e8c155619a6b935517bc6adff9c50a7a878 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Tue, 7 Dec 2004 05:33:21 +0000 Subject: [PATCH] remove some now-unused variables --- src/tuxpaint.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 79fd2200b..15be671d7 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -4034,11 +4034,7 @@ static void blit_magic(int x, int y, int button_down) { int xx, yy, w, h; Uint32 colr; - Uint8 r, g, b, - r1, g1, b1, - r2, g2, b2, - r3, g3, b3, - r4, g4, b4; + Uint8 r, g, b; SDL_Surface * last; SDL_Rect src, dest; int undo_ctr;