Skip to content

Commit

Permalink
Remove the unused function (#9211)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Oct 18, 2024
1 parent e7590ca commit 522add3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fheroes2/game/game_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 );
Expand Down

0 comments on commit 522add3

Please sign in to comment.