Browse Source

more cleanup

Kajetan Johannes Hammerle 3 years ago
parent
commit
8b1a7830bc
1 changed files with 0 additions and 5 deletions
  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: