]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Retire "Pawn Structure" UCI option
[stockfish] / src / ucioption.cpp
index 4b7c3352f1926cd75d1eb52ef1d12957851289f0..eae549ad63f413b077ea9d6828cf6887ea86be54 100644 (file)
@@ -74,8 +74,6 @@ OptionsMap::OptionsMap() {
   o["Best Book Move"] = UCIOption(false);
   o["Mobility (Middle Game)"] = UCIOption(100, 0, 200);
   o["Mobility (Endgame)"] = UCIOption(100, 0, 200);
-  o["Pawn Structure (Middle Game)"] = UCIOption(100, 0, 200);
-  o["Pawn Structure (Endgame)"] = UCIOption(100, 0, 200);
   o["Passed Pawns (Middle Game)"] = UCIOption(100, 0, 200);
   o["Passed Pawns (Endgame)"] = UCIOption(100, 0, 200);
   o["Space"] = UCIOption(100, 0, 200);