disable playlist menu 29/39329/1 submit/tizen/20150513.130331
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 13 May 2015 06:54:05 +0000 (15:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 13 May 2015 06:54:39 +0000 (15:54 +0900)
Change-Id: I3adfd8daab199c7224cdcd290d4afb6b8471e476
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
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
+}