remove unused
This commit is contained in:
@@ -1049,7 +1049,6 @@ Song::SelectionDisplay Song::GetDisplayed() const
|
|||||||
return m_SelectionDisplay;
|
return m_SelectionDisplay;
|
||||||
}
|
}
|
||||||
bool Song::NormallyDisplayed() const { return GetDisplayed() == SHOW_ALWAYS; }
|
bool Song::NormallyDisplayed() const { return GetDisplayed() == SHOW_ALWAYS; }
|
||||||
bool Song::NeverDisplayed() const { return GetDisplayed() == SHOW_NEVER; }
|
|
||||||
bool Song::ShowInDemonstrationAndRanking() const { return !IsTutorial() && NormallyDisplayed(); }
|
bool Song::ShowInDemonstrationAndRanking() const { return !IsTutorial() && NormallyDisplayed(); }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -208,7 +208,6 @@ public:
|
|||||||
bool HasEdits( StepsType st ) const;
|
bool HasEdits( StepsType st ) const;
|
||||||
SelectionDisplay GetDisplayed() const;
|
SelectionDisplay GetDisplayed() const;
|
||||||
bool NormallyDisplayed() const;
|
bool NormallyDisplayed() const;
|
||||||
bool NeverDisplayed() const;
|
|
||||||
bool ShowInDemonstrationAndRanking() const;
|
bool ShowInDemonstrationAndRanking() const;
|
||||||
|
|
||||||
void AddSteps( Steps* pSteps ); // we are responsible for deleting the memory pointed to by pSteps!
|
void AddSteps( Steps* pSteps ); // we are responsible for deleting the memory pointed to by pSteps!
|
||||||
|
|||||||
Reference in New Issue
Block a user