cleanup
This commit is contained in:
@@ -33,7 +33,6 @@ class RageSound_DSound: public RageSoundDriver
|
||||
stream() { pcm = NULL; snd = NULL; state=INACTIVE; }
|
||||
~stream();
|
||||
};
|
||||
friend struct stream;
|
||||
|
||||
/* Pool of available streams. */
|
||||
vector<stream *> stream_pool;
|
||||
|
||||
@@ -14,10 +14,8 @@ class RageSound_DSound_Software: public RageSoundDriver
|
||||
struct sound {
|
||||
RageSoundBase *snd;
|
||||
RageTimer start_time;
|
||||
|
||||
bool stopping;
|
||||
|
||||
int flush_pos; /* state == STOPPING only */
|
||||
int flush_pos; /* when stopping only */
|
||||
|
||||
sound() { snd = NULL; stopping=false; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user