move SoundVolume

This commit is contained in:
Glenn Maynard
2007-05-24 21:35:03 +00:00
parent 0b591bfb1f
commit dff267eccd
7 changed files with 24 additions and 31 deletions
-5
View File
@@ -216,7 +216,6 @@ public:
Preference<RString> m_sLastSeenVideoDriver;
Preference<RString> m_sVideoRenderers; // StepMania.cpp sets these on first run based on the card
Preference<bool> m_bSmoothLines;
Preference<float> m_fSoundVolume;
Preference<int> m_iSoundWriteAhead;
Preference<RString> m_iSoundDevice;
Preference<int> m_iSoundPreferredSampleRate;
@@ -244,10 +243,6 @@ public:
#endif
// wrappers
float GetSoundVolume();
void ReadPrefsFromIni( const IniFile &ini, const RString &sSection, bool bIsStatic );
void ReadGamePrefsFromIni( const RString &sIni );
void ReadDefaultsFromIni( const IniFile &ini, const RString &sSection );