XEmacs 21.4.22.
[chise/xemacs-chise.git.1] / src / mule.c
index d858b14..9f4cdef 100644 (file)
@@ -1,5 +1,4 @@
 /* Copyright (C) 1995 Free Software Foundation.
-   Copyright (C) 1999,2000,2001,2002 MORIOKA Tomohiko
 
 This file is part of XEmacs.
 
@@ -94,10 +93,6 @@ accept a pattern compiled by 'regexp-compile' with word-option t.
 
 #endif /* MULE_REGEXP */
 
-#ifdef UTF2000
-Lisp_Object Vutf_2000_version;
-#endif
-
 \f
 void
 syms_of_mule (void)
@@ -119,19 +114,6 @@ vars_of_mule (void)
 
   Fprovide (intern ("mule"));
 
-#ifdef UTF2000
-  Fprovide (intern ("utf-2000"));
-
-  Vutf_2000_version = build_string("0.20 (Nara)");
-  DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /*
-Version number of XEmacs UTF-2000.
-*/ );
-#endif
-
-#ifdef HAVE_CHISE_CLIENT
-  Fprovide (intern ("chise"));
-#endif
-
 #ifdef HAVE_EGG
   Fprovide (intern ("egg"));
 #endif