Skip to content

Commit

Permalink
remove some left over unlock related function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 7, 2017
1 parent 2cf03b1 commit 6d2ae18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SongManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ class SongManager
* @brief Retrieve the number of songs in the game.
* @return the number of songs. */
int GetNumSongs() const;
int GetNumLockedSongs() const;
int GetNumUnlockedSongs() const;
int GetNumSelectableAndUnlockedSongs() const;
int GetNumAdditionalSongs() const;
int GetNumSongGroups() const;
Song* GetRandomSong();
Expand Down

0 comments on commit 6d2ae18

Please sign in to comment.