remove some now-unused variables

This commit is contained in:
Albert Cahalan 2004-12-07 05:33:21 +00:00
parent 6d9f9999ec
commit c51e5e8c15

View file

@ -4034,11 +4034,7 @@ static void blit_magic(int x, int y, int button_down)
{ {
int xx, yy, w, h; int xx, yy, w, h;
Uint32 colr; Uint32 colr;
Uint8 r, g, b, Uint8 r, g, b;
r1, g1, b1,
r2, g2, b2,
r3, g3, b3,
r4, g4, b4;
SDL_Surface * last; SDL_Surface * last;
SDL_Rect src, dest; SDL_Rect src, dest;
int undo_ctr; int undo_ctr;