move SoundResampleQuality into RageSoundReader_Resample

This commit is contained in:
Glenn Maynard
2005-10-27 16:51:18 +00:00
parent 0336db43c6
commit a9ac27c730
5 changed files with 18 additions and 7 deletions
-2
View File
@@ -5,7 +5,6 @@
#include "RageDisplay.h"
#include "RageUtil.h"
#include "arch/arch_default.h"
#include "RageSoundReader_Resample.h" /* for ResampleQuality */
#include "RageFile.h"
#include "ProductInfo.h"
#include "Foreach.h"
@@ -400,7 +399,6 @@ PrefsManager::PrefsManager() :
m_iSoundWriteAhead ( "SoundWriteAhead", 0 ),
m_iSoundDevice ( "SoundDevice", "" ),
m_iSoundPreferredSampleRate ( "SoundPreferredSampleRate", 44100 ),
m_SoundResampleQuality ( "SoundResampleQuality", RageSoundReader_Resample::RESAMP_NORMAL ),
m_sInputDrivers ( "InputDrivers", "" ),
m_sLightsDriver ( "LightsDriver", "" ),
m_sMovieDrivers ( "MovieDrivers", "" ),