diff --git a/src/game_battlealgorithm.h b/src/game_battlealgorithm.h index a3829855a3..59f85adb90 100644 --- a/src/game_battlealgorithm.h +++ b/src/game_battlealgorithm.h @@ -83,13 +83,6 @@ class AlgorithmBase { public: virtual ~AlgorithmBase() {} - enum ActionType { - Basic, - Skill, - Transformation, - Item - }; - /** @return the category associated with this action */ virtual int GetActionType();