mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Remove unused function SoundSystem::playMusic()
This function was marked as unused by cppcheck.
This commit is contained in:
@@ -23,7 +23,6 @@ class SoundSystem
|
||||
{
|
||||
public:
|
||||
SoundSystem();
|
||||
void playMusic(MusicTrack* music);
|
||||
};
|
||||
|
||||
#endif /* SOUNDSYSTEM_H */
|
||||
|
||||
Reference in New Issue
Block a user