Fixed jira issues : N_SE-56423, N_SE-56330, N_SE-56326
[apps/osp/MusicPlayer.git] / src / MpSettingForm.cpp
index 8d51613..0f846ad 100644 (file)
@@ -534,22 +534,7 @@ SettingForm::OnFocusLost(const Control& source)
 void
 SettingForm::OnKeyLongPressed(const Control& source, KeyCode keyCode)
 {
-       AppLogDebug("ENTER %ls", source.GetName().GetPointer());
-       if (keyCode == KEY_ENTER)
-       {
-               const TableViewGroupItem* pSourcePanel = dynamic_cast<const TableViewGroupItem*>(&source);
-
-               if (pSourcePanel != null)
-               {
-                       Label* pLabel = static_cast<Label*>(pSourcePanel->GetControl(IDC_LABEL_SUB_TEXT,true));
-
-                       if (pLabel)
-                       {
-                               pLabel->SetTextColor(Color::GetColor(COLOR_ID_WHITE));
-                               pLabel->Invalidate(false);
-                       }
-               }
-       }
+       AppLogDebug("ENTER");
        AppLogDebug("EXIT");
 }