Fixed warnings about unused variables and so forth.
This commit is contained in:
parent
30d36c1c80
commit
7fda55f8d4
5 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue