* Cleanup

* Removed already resolved TODO


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-05-24 12:37:56 +00:00
parent c60fcc87e0
commit 49ac3f1dbe
+2 -3
View File
@@ -83,12 +83,11 @@ void Controller::Listener::MutedChanged(bool) {}
Controller::Controller() Controller::Controller()
: NodeManager(), :
NodeManager(),
fVideoView(NULL), fVideoView(NULL),
fVolume(1.0), fVolume(1.0),
fActiveVolume(1.0), fActiveVolume(1.0),
// TODO: Implement background volume for inactive players,
// but use only if there are multiple players running at all!
fMuted(false), fMuted(false),
fItem(NULL), fItem(NULL),