disable playlist menu
[profile/tv/apps/native/musicplayer.git] / src / views / base-view.cpp
index 3fb613d..4bd85c5 100644 (file)
@@ -43,7 +43,7 @@
 
 #define ARRAY_SIZE(array)      (sizeof(array) / sizeof(array[0]))
 #define PLAYSONG_FONT_SIZE     30
-#define TOTAL_GROUP_BTNS       6
+#define TOTAL_GROUP_BTNS       5
 #define TOTAL_TOP_BTNS         3
 #define VOLUME_TIMER_INTERVAL  5       /* seconds */
 #define MAX_SHOW_TIME          10
@@ -639,10 +639,6 @@ void CMusicBaseView::m_CreateLeftSection(void)
        btninfo[GROUP_BTN_FOLDER].icon_path = MUSIC_IMAGE_GRPBTN_FOLDER;
        btninfo[GROUP_BTN_FOLDER].type = BASE_VIEW_GROUP_FOLDER;
 
-       btninfo[GROUP_BTN_PLAYLIST].txt = MUSIC_TEXT_PLAYLIST;
-       btninfo[GROUP_BTN_PLAYLIST].icon_path = MUSIC_IMAGE_GRPBTN_PLAYLISTS;
-       btninfo[GROUP_BTN_PLAYLIST].type = BASE_VIEW_GROUP_PLAYLIST;
-
        box = CCommonUI::AddBox(Base());
        if (!box)
                return;
@@ -1245,4 +1241,4 @@ void CMusicBaseView::OnUpdateContent(void)
 
        if (source != SOURCE_TYPE_TV)
                m_ShowCurrentLayout();
-}
\ No newline at end of file
+}