Skip to content

Commit

Permalink
Removed unnecessary function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSilentOne1 committed Jul 16, 2015
1 parent f8748b4 commit 75be22e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UI/SidePanel.cpp
Expand Up @@ -589,7 +589,6 @@ class SidePanel::PlanetPanelContainer : public GG::Wnd {
void DisableNonSelectionCandidates(); //!< disables planet panels that aren't selection candidates

void PlanetLeftClicked(int planet_id); //!< responds to user clicking a planet panel. emits PlanetSelectedSignal
void PlanetLeftDoubleClicked(int planet_id); //!< responds to user double-clicking a planet panel
void DoPanelsLayout(); //!< repositions PlanetPanels, without moving top panel. Panels below may shift if ones above them have resized.
void DoLayout();

Expand Down

0 comments on commit 75be22e

Please sign in to comment.