From: tomo Date: Mon, 3 Sep 2001 17:55:23 +0000 (+0000) Subject: (Lisp_Char_ID_Table): Deleted. X-Git-Tag: r21-2-41-chartab-2~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=395a0a1fb35450f253eb3afcc9465e3c9d7f8040;p=chise%2Fxemacs-chise.git.1 (Lisp_Char_ID_Table): Deleted. --- diff --git a/src/chartab.h b/src/chartab.h index c3dae44..1bfc4f4 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -93,8 +93,6 @@ Lisp_Object put_byte_table (Lisp_Object table, unsigned char idx, Lisp_Object value); -typedef struct Lisp_Char_Table Lisp_Char_ID_Table; - Lisp_Object make_char_id_table (Lisp_Object initval); #endif