From cc33117842cf99d8d6e59f1c5ea22e15bd35c99a Mon Sep 17 00:00:00 2001 From: Dino Suvalic <82914521+MakoInfused@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:56:47 -0500 Subject: [PATCH] removd unused enum --- src/game_battlealgorithm.h | 7 ------- 1 file changed, 7 deletions(-) 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();