From: “Bumseung Date: Thu, 28 Mar 2013 07:16:35 +0000 (+0900) Subject: A Unnecessary code line is removed. X-Git-Tag: 2.1b_release~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da86233abba4529df8515911b541b6d027cea080;p=framework%2Fosp%2Fweb.git A Unnecessary code line is removed. Change-Id: Ic11f6398035cbc1af1cde7650787023c2143695e Signed-off-by: “Bumseung --- diff --git a/src/controls/FWebCtrl_SelectBox.cpp b/src/controls/FWebCtrl_SelectBox.cpp index 638fc06..62f898e 100755 --- a/src/controls/FWebCtrl_SelectBox.cpp +++ b/src/controls/FWebCtrl_SelectBox.cpp @@ -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 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));