]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Avoid spamming the GUI in multipv search
[stockfish] / src / evaluate.h
index 06ce9d48a631e8079bd3fc04c24e2ec998d2f89b..a76d10d143f5d44d66900f91ac7dcd5dd68b2ba8 100644 (file)
@@ -26,10 +26,6 @@ class Position;
 
 namespace Eval {
 
-extern Color RootColor;
-extern Value ContemptFactor;
-extern Value ValueDraw[2];
-
 extern void init();
 extern Value evaluate(const Position& pos, Value& margin);
 extern std::string trace(const Position& pos);