X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=6fa86d734039297b4c3a4bddad787a2c9f69db9a;hb=7305b569579e02d5e40d8ed981b93a03a6622868;hp=c6b6ecfda51fa87465cbf48408d8063fa0f3267e;hpb=7b721b3663920a2b74039ad6588ba4ed638c368b;p=stockfish diff --git a/src/misc.h b/src/misc.h index c6b6ecfd..6fa86d73 100644 --- a/src/misc.h +++ b/src/misc.h @@ -40,13 +40,6 @@ #define Max(x, y) (((x) < (y))? (y) : (x)) -//// -//// Variables -//// - -extern bool Chess960; - - //// //// Prototypes ////