wayland: Remove unused code

master
Ricardo Vieira ago%!(EXTRA string=11 years)
parent ef60891c2c
commit 08dccc390d
  1. 25
      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,

Loading…
Cancel
Save