diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-04-19 12:26:18 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-04-23 11:24:31 +0200 |
commit | d1e82a8ede200862453e50cb77bf7cd6e1e73d33 (patch) | |
tree | 59c23eb01b7f466d6b9b0e43fb5053fca4cd067f | |
parent | 941f88ce2367164bb78769ad832d8a748d7e9aca (diff) |
examples: Drop unused variable
-rw-r--r-- | examples/layer-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/layer-shell.c b/examples/layer-shell.c index 1824c50c..718fbe0a 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -39,7 +39,6 @@ struct wlr_egl_surface *egl_surface; struct wl_callback *frame_callback; static uint32_t output = UINT32_MAX; -struct xdg_surface *popup_surface; struct xdg_popup *popup; static uint32_t layer = ZWLR_LAYER_SHELL_V1_LAYER_BACKGROUND; |