Update of /cvsroot/tuxpaint/tuxpaint/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1026/src

Modified Files:
        tuxpaint.c 
Log Message:
remove some now-unused variables

Index: tuxpaint.c
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/src/tuxpaint.c,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- tuxpaint.c  7 Dec 2004 05:24:07 -0000       1.196
+++ tuxpaint.c  7 Dec 2004 05:33:21 -0000       1.197
@@ -4034,11 +4034,7 @@
 {
   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;

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to