diff options
| author | Tony-LunarG <tony@lunarg.com> | 2021-06-16 15:48:00 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2021-06-17 11:02:43 -0600 |
| commit | 1c9e13dea32d327152c58b2fb282265a37d34dfb (patch) | |
| tree | 1c1084b00cd925824c2c2be6d3080bdaefd00a32 /cube/cube.cpp | |
| parent | ec76459d6fdf587ea97f2be6dc7f76a96bcbb03b (diff) | |
| download | usermoji-1c9e13dea32d327152c58b2fb282265a37d34dfb.tar.xz | |
vkcube: Remove unused variable
Change-Id: I8064d5e97700cb1a233b61d37aba92ca5f752560
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 9ff103c5..a626c370 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -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) {} |
