summaryrefslogtreecommitdiff
path: root/gtk/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/selection.h')
-rw-r--r--gtk/selection.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/selection.h b/gtk/selection.h
index 0d3ec7371..6463692cf 100644
--- a/gtk/selection.h
+++ b/gtk/selection.h
@@ -19,11 +19,6 @@
#ifndef GTK_SELECTION_H
#define GTK_SELECTION_H
-#include <gtk/gtk.h>
-#include "desktop/gui.h"
-
-void gui_get_clipboard(char **buffer, size_t *length);
-void gui_set_clipboard(const char *buffer, size_t length, nsclipboard_styles styles[], int n_styles);
-
+struct gui_clipboard_table *nsgtk_clipboard_table;
#endif