aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h9
1 files changed, 0 insertions, 9 deletions
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