From 08dccc390db164b787afd1f5338cfdb38bdcabe5 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira Date: Thu, 10 Jul 2014 22:05:54 +0100 Subject: [PATCH] wayland: Remove unused code --- src/wl_init.c | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/wl_init.c b/src/wl_init.c index bde0f98a..53638470 100644 --- a/src/wl_init.c +++ b/src/wl_init.c @@ -38,31 +38,6 @@ #include "xkb_unicode.h" -static void handlePing(void* data, - struct wl_shell_surface* shellSurface, - uint32_t serial) -{ - wl_shell_surface_pong(shellSurface, serial); -} - -static void handleConfigure(void* data, - struct wl_shell_surface* shellSurface, - uint32_t edges, - int32_t width, - int32_t height) -{ -} - -static void handlePopupDone(void *data, struct wl_shell_surface *shell_surface) -{ -} - -static const struct wl_shell_surface_listener shellSurfaceListener = { - handlePing, - handleConfigure, - handlePopupDone -}; - static void pointerHandleEnter(void* data, struct wl_pointer* pointer, uint32_t serial,