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;