diff options
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c index 2a865e7cb8c..19ace065698 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2687,11 +2687,9 @@ A value of 0 means wait as long as necessary. This is initialized from the DEFSYM (QEMACS_TMP, "_EMACS_TMP_"); DEFSYM (QTARGETS, "TARGETS"); DEFSYM (QATOM, "ATOM"); - DEFSYM (QATOM_PAIR, "ATOM_PAIR"); DEFSYM (QCLIPBOARD_MANAGER, "CLIPBOARD_MANAGER"); DEFSYM (QSAVE_TARGETS, "SAVE_TARGETS"); DEFSYM (QNULL, "NULL"); - DEFSYM (Qcompound_text_with_extensions, "compound-text-with-extensions"); DEFSYM (Qforeign_selection, "foreign-selection"); DEFSYM (Qx_lost_selection_functions, "x-lost-selection-functions"); DEFSYM (Qx_sent_selection_functions, "x-sent-selection-functions"); |