Fixed warnings about unused variables and so forth.

This commit is contained in:
Sam Lantinga 2011-02-17 02:18:41 -08:00
parent 30d36c1c80
commit 7fda55f8d4
5 changed files with 1 additions and 8 deletions

View file

@ -401,7 +401,6 @@ SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, int relative,
SDL_Finger *finger;
int posted;
Sint16 xrel, yrel;
float x_max = 0, y_max = 0;
Uint16 x;
Uint16 y;
Uint16 pressure;