aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.h
diff options
context:
space:
mode:
authorMax Horn2003-10-15 23:16:52 +0000
committerMax Horn2003-10-15 23:16:52 +0000
commitd71160af749b87cb6ecfb22e3b81e2e626a0c9c3 (patch)
treeda0a6a8b199453bc7826f74510a1bd8c48202f68 /scumm/imuse.h
parent35c23667c3a2ee800472f9104f25c08d8b1c7117 (diff)
downloadscummvm-rg350-d71160af749b87cb6ecfb22e3b81e2e626a0c9c3.tar.gz
scummvm-rg350-d71160af749b87cb6ecfb22e3b81e2e626a0c9c3.tar.bz2
scummvm-rg350-d71160af749b87cb6ecfb22e3b81e2e626a0c9c3.zip
removed the kDefault*Volume constants
svn-id: r10816
Diffstat (limited to 'scumm/imuse.h')
-rw-r--r--scumm/imuse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/imuse.h b/scumm/imuse.h
index acebe40529..4487cc3f4c 100644
--- a/scumm/imuse.h
+++ b/scumm/imuse.h
@@ -66,7 +66,6 @@ public:
int set_music_volume(uint vol);
int get_music_volume();
void setMasterVolume(int vol);
- int get_master_volume();
void startSound(int sound);
void stopSound(int sound);
void stopAllSounds();