Skip to content

Commit

Permalink
Bug 4576: one more warning
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Apr 2, 2019
1 parent b45abbb commit 236b860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/wayland/SDL_waylandevents.c
Expand Up @@ -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);
Expand Down

0 comments on commit 236b860

Please sign in to comment.