remove playing_sounds

This commit is contained in:
Glenn Maynard
2004-11-15 05:19:38 +00:00
parent 4a615a8d1e
commit 9c3a20dfc1
-1
View File
@@ -15,7 +15,6 @@ class RageSoundManager
/* Set of sounds that we've taken over (and are responsible for deleting
* when they're finished playing): */
set<RageSound *> owned_sounds;
set<RageSound *> playing_sounds;
/* A list of all sounds that currently exist. */
set<RageSound *> all_sounds;