X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=6fa86d734039297b4c3a4bddad787a2c9f69db9a;hp=c6b6ecfda51fa87465cbf48408d8063fa0f3267e;hb=c1558dde12620fdf1995c08d3a09cb4c18b4539a;hpb=7b721b3663920a2b74039ad6588ba4ed638c368b 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 ////