X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=9b36fd89fde9f9505dc54a2093bab49711cbf651;hp=eea31e3b6f229cf8cc72b1abcdb8c363fce88216;hb=c45a4e0b48d7f5c570637d63592a07e185476334;hpb=96d3b1c92b8db7d2238fc4993a4f3da49f04d614 diff --git a/src/types.h b/src/types.h index eea31e3b..9b36fd89 100644 --- a/src/types.h +++ b/src/types.h @@ -130,12 +130,6 @@ enum MoveType { CASTLE = 3 << 14 }; -enum CheckType { - NO_CHECK, - DIRECT_CHECK, - DISCO_CHECK -}; - enum CastleRight { // Defined as in PolyGlot book hash key CASTLES_NONE = 0, WHITE_OO = 1,