Make pointlessly protected members of DirectSourcePlayer2 private

Originally committed to SVN as r5854.
This commit is contained in:
Thomas Goyne 2011-11-16 19:55:13 +00:00
parent 539dc2fbe4
commit f45d9f8e2d
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ class DirectSoundPlayer2 : public AudioPlayer {
/// The playback thread
DirectSoundPlayer2Thread *thread;
protected:
/// Desired length in milliseconds to write ahead of the playback cursor
int WantedLatency;