Selaa lähdekoodia

Remove now unused enum

Dydzio 2 vuotta sitten
vanhempi
sitoutus
321c9c2ca6
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  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