diff options
Diffstat (limited to 'src/UCdomap.h')
-rw-r--r-- | src/UCdomap.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/UCdomap.h b/src/UCdomap.h index 71cbc696..3a494252 100644 --- a/src/UCdomap.h +++ b/src/UCdomap.h @@ -39,11 +39,6 @@ extern void UC_Charset_Setup PARAMS(( int UC_rawuni, int codepage)); -CONST char *UC_GNsetMIMEnames[4] = - {"iso-8859-1", "x-dec-graphics", "cp437", "x-transparent"}; - -int UC_GNhandles[4] = {-1, -1, -1, -1}; - struct UC_charset { CONST char *MIMEname; CONST char *LYNXname; @@ -60,10 +55,10 @@ struct UC_charset { }; extern int UCNumCharsets; +extern int UCInitialized; extern void UCInit NOARGS; - /* * INSTRUCTIONS for adding new character sets which do not have * Unicode tables. |