Fixed compiler warning

This commit is contained in:
Sam Lantinga 2011-03-06 21:15:28 -08:00
parent 6e05dee645
commit a1dfcdb79d

View file

@ -396,7 +396,6 @@ int
SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, int relative,
float xin, float yin, float pressurein)
{
int index = SDL_GetTouchIndexId(id);
SDL_Touch *touch;
SDL_Finger *finger;
int posted;