From 7cbd73345c49af882c6eb94cf6b1eab32604615b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 21 Feb 2004 00:31:31 +0000 Subject: [PATCH] remove PreloadSounds --- stepmania/src/ScreenOptionsMasterPrefs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenOptionsMasterPrefs.cpp b/stepmania/src/ScreenOptionsMasterPrefs.cpp index 78f09aba22..c15fc48e4a 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.cpp +++ b/stepmania/src/ScreenOptionsMasterPrefs.cpp @@ -482,7 +482,6 @@ static const ConfOption g_ConfOptions[] = ConfOption( "Show\nBanners", ShowBanners, "OFF","ON" ), /* Sound options */ - ConfOption( "Preload\nSounds", PreloadSounds, "NO","YES" ), ConfOption( "Resampling\nQuality", ResamplingQuality, "FAST","NORMAL","HIGH QUALITY" ), ConfOption( "Attract\nSound Frequency", AttractSoundFrequency, "NEVER","ALWAYS","2 TIMES","3 TIMES","4 TIMES","5 TIMES" ), ConfOption( "Sound\nVolume", SoundVolume, "0%","10%","20%","30%","40%","50%","60%","70%","80%","90%","100%","10%" ),