aboutsummaryrefslogtreecommitdiff
path: root/wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'wayland.c')
-rw-r--r--wayland.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wayland.c b/wayland.c
index 6ce5b77..0d3f261 100644
--- a/wayland.c
+++ b/wayland.c
@@ -208,7 +208,6 @@ static void noop() {
static void surface_enter(void *data, struct wl_surface *surface, struct wl_output *wl_output) {
struct wl_context *context = data;
context->output = wl_output_get_user_data(wl_output);
- menu_render_items(context->menu);
}
static const struct wl_surface_listener surface_listener = {