aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.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/ccl.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/ccl.c')
-rw-r--r--src/ccl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ccl.c b/src/ccl.c
index 88307a30aa6..bf2aa1254d4 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -2283,10 +2283,6 @@ syms_of_ccl (void)
2283 DEFSYM (Qccl, "ccl"); 2283 DEFSYM (Qccl, "ccl");
2284 DEFSYM (Qcclp, "cclp"); 2284 DEFSYM (Qcclp, "cclp");
2285 2285
2286 /* This symbol is a property which associates with ccl program vector.
2287 Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */
2288 DEFSYM (Qccl_program, "ccl-program");
2289
2290 /* Symbols of ccl program have this property, a value of the property 2286 /* Symbols of ccl program have this property, a value of the property
2291 is an index for Vccl_program_table. */ 2287 is an index for Vccl_program_table. */
2292 DEFSYM (Qccl_program_idx, "ccl-program-idx"); 2288 DEFSYM (Qccl_program_idx, "ccl-program-idx");