From 5ad3990a6c9beae44392e1962223623c0a4e3fa9 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 3 Nov 2020 16:00:57 +0100
Subject: Drop gtk-primary-selection support

---
 sway/server.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sway/server.c b/sway/server.c
index 5de73b39..cde8a5a2 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -14,7 +14,6 @@
 #include <wlr/types/wlr_data_control_v1.h>
 #include <wlr/types/wlr_export_dmabuf_v1.h>
 #include <wlr/types/wlr_gamma_control_v1.h>
-#include <wlr/types/wlr_gtk_primary_selection.h>
 #include <wlr/types/wlr_idle.h>
 #include <wlr/types/wlr_layer_shell_v1.h>
 #include <wlr/types/wlr_pointer_constraints_v1.h>
@@ -70,7 +69,6 @@ bool server_init(struct sway_server *server) {
 		wlr_data_device_manager_create(server->wl_display);
 
 	wlr_gamma_control_manager_v1_create(server->wl_display);
-	wlr_gtk_primary_selection_device_manager_create(server->wl_display);
 
 	server->new_output.notify = handle_new_output;
 	wl_signal_add(&server->backend->events.new_output, &server->new_output);
-- 
cgit v1.2.3