changeset 89682:0747ef3c747c

(charset_table_used): Delete extern.
author Kenichi Handa <handa@m17n.org>
date Mon, 29 Dec 2003 07:51:39 +0000
parents 7db58df4781a
children d3302f68a7cf
files src/charset.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.h	Mon Dec 29 07:51:22 2003 +0000
+++ b/src/charset.h	Mon Dec 29 07:51:39 2003 +0000
@@ -245,7 +245,6 @@
 
 /* Table of struct charset.  */
 extern struct charset *charset_table;
-extern int charset_table_used;
 
 #define CHARSET_FROM_ID(id) (charset_table + (id))