Skip to content
Snippets Groups Projects
Commit 08dccc39 authored by Ricardo Vieira's avatar Ricardo Vieira
Browse files

wayland: Remove unused code

parent ef60891c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment