aboutsummaryrefslogtreecommitdiff
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 7cbca4f2..a43cbf72 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -12,7 +12,6 @@
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_server_decoration.h>
-#include <wlr/types/wlr_xdg_shell_v6.h>
#include <wlr/types/wlr_xdg_shell.h>
#include "config.h"
#include "list.h"
@@ -42,9 +41,6 @@ struct sway_server {
struct wlr_layer_shell_v1 *layer_shell;
struct wl_listener layer_shell_surface;
- struct wlr_xdg_shell_v6 *xdg_shell_v6;
- struct wl_listener xdg_shell_v6_surface;
-
struct wlr_xdg_shell *xdg_shell;
struct wl_listener xdg_shell_surface;
@@ -105,7 +101,6 @@ void handle_new_output(struct wl_listener *listener, void *data);
void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data);
void handle_layer_shell_surface(struct wl_listener *listener, void *data);
-void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data);
void handle_xdg_shell_surface(struct wl_listener *listener, void *data);
#if HAVE_XWAYLAND
void handle_xwayland_surface(struct wl_listener *listener, void *data);