mirror of https://github.com/encounter/SDL.git
Bug 4576: one more warning
This commit is contained in:
parent
b45abbb2a7
commit
236b86067f
|
@ -414,7 +414,6 @@ static void
|
||||||
touch_handler_up(void *data, struct wl_touch *touch, unsigned int serial,
|
touch_handler_up(void *data, struct wl_touch *touch, unsigned int serial,
|
||||||
unsigned int timestamp, int id)
|
unsigned int timestamp, int id)
|
||||||
{
|
{
|
||||||
SDL_WindowData *window_data = (SDL_WindowData *)wl_surface_get_user_data(touch_surface(id));
|
|
||||||
float x = 0, y = 0;
|
float x = 0, y = 0;
|
||||||
|
|
||||||
touch_del(id, &x, &y);
|
touch_del(id, &x, &y);
|
||||||
|
|
Loading…
Reference in New Issue