]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.h
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / terminal.h
index e2b06b19256cfd09d49c5886aa4129b8bbb31a0d..c3ee216f5c8d29c5210455a889ef26a04dfde673 100644 (file)
@@ -208,14 +208,6 @@ struct terminal_tag {
      * through.
      */
     int in_term_out;
-
-    /*
-     * These are buffers used by the bidi and Arabic shaping code.
-     */
-    unsigned long *ltemp;
-    bidi_char *wcFrom, *wcTo;
-    unsigned long **pre_bidi_cache, **post_bidi_cache;
-    int bidi_cache_size;
 };
 
 #define in_utf(term) ((term)->utf || (term)->ucsdata->line_codepage==CP_UTF8)