Skip to content

Commit

Permalink
wl: Fix unused variable display warning
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra authored and aperezdc committed Nov 15, 2023
1 parent 461efed commit 18c9414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/wayland/cog-platform-wl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,6 @@ init_wayland(CogWlPlatform *platform, GError **error)
static void
clear_wayland(CogWlPlatform *platform)
{
CogWlDisplay *display = platform->display;
cog_wl_display_destroy(platform->display);
}

Expand Down

0 comments on commit 18c9414

Please sign in to comment.