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/image.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/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index 87029bfa1b0..dfa8941ab3c 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -9773,7 +9773,6 @@ non-numeric, there is no explicit limit on the size of images. */); | |||
| 9773 | DEFSYM (QCcolor_symbols, ":color-symbols"); | 9773 | DEFSYM (QCcolor_symbols, ":color-symbols"); |
| 9774 | DEFSYM (QCheuristic_mask, ":heuristic-mask"); | 9774 | DEFSYM (QCheuristic_mask, ":heuristic-mask"); |
| 9775 | DEFSYM (QCindex, ":index"); | 9775 | DEFSYM (QCindex, ":index"); |
| 9776 | DEFSYM (QCgeometry, ":geometry"); | ||
| 9777 | DEFSYM (QCcrop, ":crop"); | 9776 | DEFSYM (QCcrop, ":crop"); |
| 9778 | DEFSYM (QCrotation, ":rotation"); | 9777 | DEFSYM (QCrotation, ":rotation"); |
| 9779 | DEFSYM (QCmatrix, ":matrix"); | 9778 | DEFSYM (QCmatrix, ":matrix"); |
| @@ -9792,7 +9791,6 @@ non-numeric, there is no explicit limit on the size of images. */); | |||
| 9792 | #ifdef HAVE_GHOSTSCRIPT | 9791 | #ifdef HAVE_GHOSTSCRIPT |
| 9793 | ADD_IMAGE_TYPE (Qpostscript); | 9792 | ADD_IMAGE_TYPE (Qpostscript); |
| 9794 | DEFSYM (QCloader, ":loader"); | 9793 | DEFSYM (QCloader, ":loader"); |
| 9795 | DEFSYM (QCbounding_box, ":bounding-box"); | ||
| 9796 | DEFSYM (QCpt_width, ":pt-width"); | 9794 | DEFSYM (QCpt_width, ":pt-width"); |
| 9797 | DEFSYM (QCpt_height, ":pt-height"); | 9795 | DEFSYM (QCpt_height, ":pt-height"); |
| 9798 | #endif /* HAVE_GHOSTSCRIPT */ | 9796 | #endif /* HAVE_GHOSTSCRIPT */ |