aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorPaul Eggert2015-05-31 11:47:35 -0700
committerPaul Eggert2015-05-31 11:50:01 -0700
commit0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch)
tree89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/font.c
parent1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff)
downloademacs-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/font.c')
-rw-r--r--src/font.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/font.c b/src/font.c
index 2ccfd15d436..1405d437241 100644
--- a/src/font.c
+++ b/src/font.c
@@ -5133,10 +5133,6 @@ syms_of_font (void)
5133 DEFSYM (Qiso8859_1, "iso8859-1"); 5133 DEFSYM (Qiso8859_1, "iso8859-1");
5134 DEFSYM (Qiso10646_1, "iso10646-1"); 5134 DEFSYM (Qiso10646_1, "iso10646-1");
5135 DEFSYM (Qunicode_bmp, "unicode-bmp"); 5135 DEFSYM (Qunicode_bmp, "unicode-bmp");
5136 DEFSYM (Qunicode_sip, "unicode-sip");
5137
5138 /* Unicode category `Cf'. */
5139 DEFSYM (QCf, "Cf");
5140 5136
5141 /* Symbols representing keys of font extra info. */ 5137 /* Symbols representing keys of font extra info. */
5142 DEFSYM (QCotf, ":otf"); 5138 DEFSYM (QCotf, ":otf");
@@ -5151,7 +5147,6 @@ syms_of_font (void)
5151 DEFSYM (QCscalable, ":scalable"); 5147 DEFSYM (QCscalable, ":scalable");
5152 DEFSYM (QCavgwidth, ":avgwidth"); 5148 DEFSYM (QCavgwidth, ":avgwidth");
5153 DEFSYM (QCfont_entity, ":font-entity"); 5149 DEFSYM (QCfont_entity, ":font-entity");
5154 DEFSYM (QCfc_unknown_spec, ":fc-unknown-spec");
5155 5150
5156 /* Symbols representing values of font spacing property. */ 5151 /* Symbols representing values of font spacing property. */
5157 DEFSYM (Qc, "c"); 5152 DEFSYM (Qc, "c");