From cef3da793a9381d3e18f19bff11d7495be149714 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 26 Jan 2010 21:27:42 +0000 Subject: [PATCH] Remove leftover from lazy copy&paste action. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35303 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MainWin.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/apps/mediaplayer/MainWin.cpp b/src/apps/mediaplayer/MainWin.cpp index e4d1d1defb..a5a1af4524 100644 --- a/src/apps/mediaplayer/MainWin.cpp +++ b/src/apps/mediaplayer/MainWin.cpp @@ -493,11 +493,6 @@ MainWin::MessageReceived(BMessage* msg) } result = reply.AddString("result", item->LocationURI()); - } else if (msg->what == B_SET_PROPERTY) { - float newVolume; - result = msg->FindFloat("data", &newVolume); - if (result == B_OK) - fController->SetVolume(newVolume); } break;