A Unnecessary code line is removed.
author“Bumseung <bumseung.cho@samsung.com>
Thu, 28 Mar 2013 07:16:35 +0000 (16:16 +0900)
committer“Bumseung <bumseung.cho@samsung.com>
Thu, 28 Mar 2013 07:16:35 +0000 (16:16 +0900)
Change-Id: Ic11f6398035cbc1af1cde7650787023c2143695e
Signed-off-by: “Bumseung <bumseung.cho@samsung.com>
src/controls/FWebCtrl_SelectBox.cpp

index 638fc06..62f898e 100755 (executable)
@@ -303,7 +303,7 @@ _SelectBox::CreateItem(int index, int itemWidth)
        GET_SHAPE_CONFIG(LIST::LIST_ITEM_LEFT_MARGIN, __orientation, listItemXPos);
        GET_SHAPE_CONFIG(LIST::LIST_CHECK_ITEM_WIDTH, __orientation, checkBoxWidth);
        GET_SHAPE_CONFIG(MESSAGEBOX::BUTTON_TOP_MARGIN, __orientation, popupBetweenListNBtnGap);
-       GET_SHAPE_CONFIG(LIST::GROUPITEM_DEFAULT_FONT_SIZE, __orientation, listItemTxtHeight);
+//     GET_SHAPE_CONFIG(LIST::GROUPITEM_DEFAULT_FONT_SIZE, __orientation, listItemTxtHeight);
 
        std::unique_ptr<CustomItem> pItem(new (std::nothrow) CustomItem());
        SysTryReturn(NID_WEB_CTRL, pItem.get(), null, E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.",GetErrorMessage(E_OUT_OF_MEMORY));