version 1.4.53b
[polyglot.git] / main.c
diff --git a/main.c b/main.c
index c871c44..ae3c5aa 100644 (file)
--- a/main.c
+++ b/main.c
@@ -39,7 +39,7 @@
 // constants\r
 \r
 \r
-static const char * const Version = "1.4.52b";\r
+static const char * const Version = "1.4.53b";\r
 static const char * const HelpMessage = "\\r
 SYNTAX\n\\r
 * polyglot [configfile] [-noini] [-ec engine] [-ed enginedirectory] [-en enginename] [-log] [-lf logfile] [-hash value] [-bk book] [-pg <name>=<value>]* [-uci <name>=<value>]*\n\\r
@@ -543,11 +543,6 @@ int main(int argc, char * argv[]) {
         if(my_string_case_equal(entry->section,"engine")){\r
                 // also updates value in Uci->option\r
             uci_send_option(Uci,entry->name,"%s",entry->value);\r
-                // this is inherited, it probably does not work correctly\r
-           if(my_string_case_equal(entry->name,"MultiPV") &&\r
-              atoi(entry->value)>1){\r
-               Uci->multipv_mode=TRUE;\r
-           }\r
         }\r
     }\r
 \r