fix some stale StepsID entries hang around after unloading edits

This commit is contained in:
Chris Danford
2004-11-24 16:59:57 +00:00
parent 243d63094f
commit 0c55fd0684
3 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -195,9 +195,8 @@ XNode* StepsID::CreateNode() const
}
void StepsID::Invalidate( Song *pStaleSong )
void StepsID::ClearCache()
{
// FIXME: Only flush entries with the stale song
g_Cache.clear();
}