aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkselect.c')
-rw-r--r--src/pgtkselect.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pgtkselect.c b/src/pgtkselect.c
index 23a79895d54..24fed19cd23 100644
--- a/src/pgtkselect.c
+++ b/src/pgtkselect.c
@@ -36,10 +36,6 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
36#include "pgtkselect.h" 36#include "pgtkselect.h"
37#include <gdk/gdk.h> 37#include <gdk/gdk.h>
38 38
39#if 0
40static Lisp_Object Vselection_alist;
41#endif
42
43static GQuark quark_primary_data = 0; 39static GQuark quark_primary_data = 0;
44static GQuark quark_primary_size = 0; 40static GQuark quark_primary_size = 0;
45static GQuark quark_secondary_data = 0; 41static GQuark quark_secondary_data = 0;
@@ -606,11 +602,6 @@ syms_of_pgtkselect (void)
606 defsubr (&Spgtk_selection_exists_p); 602 defsubr (&Spgtk_selection_exists_p);
607 defsubr (&Spgtk_selection_owner_p); 603 defsubr (&Spgtk_selection_owner_p);
608 604
609#if 0
610 Vselection_alist = Qnil;
611 staticpro (&Vselection_alist);
612#endif
613
614 DEFVAR_LISP ("pgtk-sent-selection-hooks", Vpgtk_sent_selection_hooks, 605 DEFVAR_LISP ("pgtk-sent-selection-hooks", Vpgtk_sent_selection_hooks,
615 "A list of functions to be called when Emacs answers a selection request.\n\ 606 "A list of functions to be called when Emacs answers a selection request.\n\
616The functions are called with four arguments:\n\ 607The functions are called with four arguments:\n\