Move doxygen comment to header file.

This commit is contained in:
Jason Felds
2011-05-19 18:26:58 -04:00
parent c91c115099
commit ac8b0d789d
2 changed files with 6 additions and 3 deletions
-3
View File
@@ -1151,9 +1151,6 @@ bool Song::HasEdits( StepsType st ) const
return false;
}
/* Return false if the song should not be displayed for selection in normal
* gameplay (but may still be available in random selection, during extra
* stages, or in other special conditions). */
bool Song::NormallyDisplayed() const
{
return UNLOCKMAN == NULL || !UNLOCKMAN->SongIsLocked(this);