summaryrefslogtreecommitdiff
path: root/src/ccl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccl.h')
-rw-r--r--src/ccl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 8f2608fd5aa..8c1f5e5cbd7 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -92,9 +92,6 @@ struct ccl_spec {
#define CODING_SPEC_CCL_PROGRAM(coding) ((coding)->spec.ccl.ccl)
-/* Alist of fontname patterns vs corresponding CCL program. */
-extern Lisp_Object Vfont_ccl_encoder_alist;
-
/* Setup fields of the structure pointed by CCL appropriately for the
execution of ccl program CCL_PROG (symbol or vector). */
extern int setup_ccl_program (struct ccl_program *, Lisp_Object);