]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Back out the Arabeyes patch on a CVS branch, ready for a bug-fix
[PuTTY.git] / config.c
index d3d76f57e249d7a0331a58e18c6d058846950cfa..ac89d3f8d7db205177622f95c2e64a154db2ba32 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1037,12 +1037,6 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
     ctrl_checkbox(s, "Disable remote-controlled character set configuration",
                  'r', HELPCTX(features_charset), dlg_stdcheckbox_handler,
                  I(offsetof(Config,no_remote_charset)));
-    ctrl_checkbox(s, "Disable Arabic text shaping",
-                 'l', HELPCTX(features_arabicshaping), dlg_stdcheckbox_handler,
-                 I(offsetof(Config, arabicshaping)));
-    ctrl_checkbox(s, "Disable bidirectional text display",
-                 'd', HELPCTX(features_bidi), dlg_stdcheckbox_handler,
-                 I(offsetof(Config, bidi)));
 
     /*
      * The Window panel.