fold in UpdateCachedPointers

This commit is contained in:
Glenn Maynard
2007-08-15 23:35:48 +00:00
parent 02e4ba617f
commit 27f76b12ef
2 changed files with 37 additions and 49 deletions
-3
View File
@@ -143,9 +143,6 @@ public:
// All locked songs are stored here
vector<UnlockEntry> m_UnlockEntries;
// If global song or course points change, call to update
void UpdateCachedPointers();
void GetUnlocksByType( UnlockRewardType t, vector<UnlockEntry *> &apEntries );
void GetSongsUnlockedByEntryID( vector<Song *> &apSongsOut, RString sEntryID );
void GetStepsUnlockedByEntryID( vector<Song *> &apSongsOut, vector<Difficulty> &apStepsOut, RString sEntryID );