vkcube: Remove unused variable
authorTony-LunarG <tony@lunarg.com>
Wed, 16 Jun 2021 21:48:00 +0000 (15:48 -0600)
committerTony Barbour <tony@lunarg.com>
Thu, 17 Jun 2021 17:02:43 +0000 (11:02 -0600)
Change-Id: I8064d5e97700cb1a233b61d37aba92ca5f752560

cube/cube.cpp

index 9ff103c..a626c37 100644 (file)
@@ -413,8 +413,6 @@ static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32
 
 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {}
 
-static const wl_shell_surface_listener shell_surface_listener = {handle_ping, handle_configure, handle_popup_done};
-
 static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx,
                                  wl_fixed_t sy) {}