Quellcode durchsuchen

Remove now unused enum

Dydzio vor 2 Jahren
Ursprung
Commit
321c9c2ca6
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      client/battle/BattleActionsController.h

+ 0 - 6
client/battle/BattleActionsController.h

@@ -23,12 +23,6 @@ VCMI_LIB_NAMESPACE_END
 
 class BattleInterface;
 
-enum class MouseHoveredHexContext
-{
-	UNOCCUPIED_HEX,
-	OCCUPIED_HEX
-};
-
 /// Class that controls actions that can be performed by player, e.g. moving stacks, attacking, etc
 /// As well as all relevant feedback for these actions in user interface
 class BattleActionsController