Move all Contempt Factor code to search.cpp

Where it is used.

No functional change.
This commit is contained in:
Marco Costalba
2012-10-13 14:38:08 +02:00
parent d023be5a21
commit eb1a4f11fa
4 changed files with 20 additions and 19 deletions

View File

@@ -27,8 +27,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);