Commit a1dfcdb7 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiler warning

parent 6e05dee6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment