Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed build warning
  • Loading branch information
slouken committed Jun 4, 2020
1 parent 49501a9 commit 958c428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/wayland/SDL_waylandwindow.c
Expand Up @@ -406,7 +406,6 @@ static void
handle_surface_leave(void *data, struct wl_surface *surface,
struct wl_output *output) {
SDL_WindowData *window = data;
int num_outputs = 0;
int i;

for (i = 0; i < window->num_outputs; i++) {
Expand Down

0 comments on commit 958c428

Please sign in to comment.