diff options
| author | Paul Eggert | 2015-05-31 11:47:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-31 11:50:01 -0700 |
| commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
| tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/xselect.c | |
| parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
| download | emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.zip | |
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also:
* src/decompress.c (Qzlib_dll):
* src/font.c (Qunicode_sip):
* src/frame.c (Qtip_frame):
* src/ftfont.c (Qserif):
* src/gnutls.c (Qgnutls_dll):
* src/xml.c (Qlibxml2_dll):
Move from here ...
* src/w32fns.c (syms_of_w32fns): ... to here,
as these are used only on MS-Windows.
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 | |||
| 2687 | DEFSYM (QEMACS_TMP, "_EMACS_TMP_"); | 2687 | DEFSYM (QEMACS_TMP, "_EMACS_TMP_"); |
| 2688 | DEFSYM (QTARGETS, "TARGETS"); | 2688 | DEFSYM (QTARGETS, "TARGETS"); |
| 2689 | DEFSYM (QATOM, "ATOM"); | 2689 | DEFSYM (QATOM, "ATOM"); |
| 2690 | DEFSYM (QATOM_PAIR, "ATOM_PAIR"); | ||
| 2691 | DEFSYM (QCLIPBOARD_MANAGER, "CLIPBOARD_MANAGER"); | 2690 | DEFSYM (QCLIPBOARD_MANAGER, "CLIPBOARD_MANAGER"); |
| 2692 | DEFSYM (QSAVE_TARGETS, "SAVE_TARGETS"); | 2691 | DEFSYM (QSAVE_TARGETS, "SAVE_TARGETS"); |
| 2693 | DEFSYM (QNULL, "NULL"); | 2692 | DEFSYM (QNULL, "NULL"); |
| 2694 | DEFSYM (Qcompound_text_with_extensions, "compound-text-with-extensions"); | ||
| 2695 | DEFSYM (Qforeign_selection, "foreign-selection"); | 2693 | DEFSYM (Qforeign_selection, "foreign-selection"); |
| 2696 | DEFSYM (Qx_lost_selection_functions, "x-lost-selection-functions"); | 2694 | DEFSYM (Qx_lost_selection_functions, "x-lost-selection-functions"); |
| 2697 | DEFSYM (Qx_sent_selection_functions, "x-sent-selection-functions"); | 2695 | DEFSYM (Qx_sent_selection_functions, "x-sent-selection-functions"); |