move SoundVolume
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user