Explorar el Código

Remove now unused enum

Dydzio hace 2 años
padre
commit
321c9c2ca6
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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