aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-12-25 23:43:05 +0000
committerMax Horn2004-12-25 23:43:05 +0000
commit81b6e9e1e6119c85e8b21739fea3580183154e5d (patch)
tree90ff4fbc56afcee2ed328c3371511083f2710107 /TODO
parent65ca0a07289216d7183f86b8d3b76f0033c8d34e (diff)
downloadscummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.tar.gz
scummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.tar.bz2
scummvm-rg350-81b6e9e1e6119c85e8b21739fea3580183154e5d.zip
Get rid of the useless & troublesome master_volume
svn-id: r16328
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 439922d8b7..36ecd41f8b 100644
--- a/TODO
+++ b/TODO
@@ -160,9 +160,6 @@ Audio
=====
* Get the high quality resample code to work
[Fingolfin has started work on this]
-* Consider getting completely rid of the "master volume" (the config key,
- the command line switch, in the GUI, and in the engines), it doesn't
- seem to serve much of a purpose.
* Add "sound types" to the mixer; client code will be able to pass such a type
whenever registering an audio stream. Then, volume control will be changed
to be based on the sound type.