From d71160af749b87cb6ecfb22e3b81e2e626a0c9c3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 15 Oct 2003 23:16:52 +0000 Subject: removed the kDefault*Volume constants svn-id: r10816 --- base/gameDetector.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'base/gameDetector.h') diff --git a/base/gameDetector.h b/base/gameDetector.h index 3e5eef7fca..fcb127036f 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -32,15 +32,6 @@ class OSystem; class SoundMixer; class Plugin; -/** Default sound/music volumes. - * @todo move this to a better place. - */ -enum { - kDefaultMasterVolume = 192, - kDefaultSFXVolume = 192, - kDefaultMusicVolume = 192 -}; - /** Global (shared) game feature flags. */ enum { GF_DEFAULT_TO_1X_SCALER = 1 << 31 -- cgit v1.2.3