Ver Fonte

more cleanup

Kajetan Johannes Hammerle há 3 anos atrás
pai
commit
8b1a7830bc
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      source/Game.h

+ 0 - 5
source/Game.h

@@ -13,12 +13,7 @@ public:
         BLACK, WHITE, EMPTY
     };
 
-    enum State {
-        SELECTION, MOVE, ANOTHER_MOVE, REMOVE_SELECTION
-    };
-
     Game();
-
     void parse();
 
 private: