diff options
| author | Tony-LunarG <tony@lunarg.com> | 2021-06-23 09:59:49 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2021-06-23 14:00:13 -0600 |
| commit | 8926213dd0088f91e4be9bbe770a5b11b1316897 (patch) | |
| tree | 5ad7a985c4f7d66c15adc4923fd33c978bd7f947 /cube/cube.cpp | |
| parent | dbd221b2bc7acbfe993be40fbfbf4f4a0a1ed816 (diff) | |
| download | usermoji-8926213dd0088f91e4be9bbe770a5b11b1316897.tar.xz | |
vkcube: Remove unused variable from Wayland build
Change-Id: Iedc4929547cd58063481e0cf19dda6ba38846a16
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index a626c370..e7826d8e 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -405,14 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); #endif #if defined(VK_USE_PLATFORM_WAYLAND_KHR) -static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) { - wl_shell_surface_pong(shell_surface, serial); -} - -static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {} - -static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} - 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) {} |
