Retire UCI_AnalyseMode option

It has been obsoleted out already some time ago
and currently there is no point in changing eval
score according to if we are in game or analyzing.

So retire the option.

No functional change.
This commit is contained in:
Marco Costalba
2014-03-01 12:10:42 +01:00
parent b917cd275e
commit 9f0485e343
3 changed files with 5 additions and 12 deletions

View File

@@ -85,7 +85,6 @@ void init(OptionsMap& o) {
o["Minimum Thinking Time"] = Option(20, 0, 5000);
o["Slow Mover"] = Option(80, 10, 1000);
o["UCI_Chess960"] = Option(false);
o["UCI_AnalyseMode"] = Option(false, on_eval);
}