From 236b86067f0a0bb2890e582760c834e1d3f56bf2 Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Tue, 2 Apr 2019 18:07:27 +0200 Subject: [PATCH] Bug 4576: one more warning --- src/video/wayland/SDL_waylandevents.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/wayland/SDL_waylandevents.c b/src/video/wayland/SDL_waylandevents.c index 6fbf91d9f..ec3d9b125 100644 --- a/src/video/wayland/SDL_waylandevents.c +++ b/src/video/wayland/SDL_waylandevents.c @@ -414,7 +414,6 @@ static void touch_handler_up(void *data, struct wl_touch *touch, unsigned int serial, unsigned int timestamp, int id) { - SDL_WindowData *window_data = (SDL_WindowData *)wl_surface_get_user_data(touch_surface(id)); float x = 0, y = 0; touch_del(id, &x, &y);