XEmacs 21.4.12 "Portable Code".
[chise/xemacs-chise.git.1] / src / select-x.c
index 835c7a5..05c71a1 100644 (file)
@@ -1628,14 +1628,6 @@ Set the value of the named CUTBUFFER (typically CUT_BUFFER0) to STRING.
          continue;
        }
 
-#ifdef UTF2000
-      if ((*ptr) <= 0xC3)
-       {
-         chartypes = LATIN_1;
-         ptr += 2;
-         continue;
-       }
-#else
       if ((*ptr) == LEADING_BYTE_LATIN_ISO8859_1 ||
          (*ptr) == LEADING_BYTE_CONTROL_1)
        {
@@ -1643,7 +1635,6 @@ Set the value of the named CUTBUFFER (typically CUT_BUFFER0) to STRING.
          ptr += 2;
          continue;
        }
-#endif
 
       chartypes = WORLD;
       break;