diff --git a/src/fheroes2/game/game_interface.h b/src/fheroes2/game/game_interface.h index 305c40663a..349dc3aa50 100644 --- a/src/fheroes2/game/game_interface.h +++ b/src/fheroes2/game/game_interface.h @@ -32,7 +32,6 @@ #include "interface_cpanel.h" #include "interface_icons.h" #include "interface_status.h" -#include "math_base.h" #include "players.h" class Castle; @@ -110,11 +109,6 @@ namespace Interface return _statusPanel; } - const fheroes2::Rect & getButtonsPanelRect() const - { - return _buttonsPanel.GetRect(); - } - void SetFocus( Heroes *, const bool retainScrollBarPosition ); void SetFocus( Castle * ); void ResetFocus( const int priority, const bool retainScrollBarPosition );