From: Woochan Lee Date: Mon, 18 Jul 2016 05:52:47 +0000 (+0900) Subject: Delete Fixme marking. X-Git-Tag: submit/tizen/20160719.061526^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfaf9eddc3ad4b79e44a87b518c5a5412d552829;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git Delete Fixme marking. This fixed already. Change-Id: I0dc50cc7f7c5e1a03cc3e19dedd4f86a211303e9 --- diff --git a/src/lib/efl/mobile/UiStandardView.cpp b/src/lib/efl/mobile/UiStandardView.cpp index b11d8a1..ca608e6 100644 --- a/src/lib/efl/mobile/UiStandardView.cpp +++ b/src/lib/efl/mobile/UiStandardView.cpp @@ -401,7 +401,6 @@ bool UiStandardViewImpl::setTitleVisible(bool visible, bool anim) { this->_titleVisible = visible; - //FIXME: save visible, anim value. they can be used in layout created time. Elm_Layout *layout = this->getBase(); if (!layout) { LOGE("Layout is invalid! UiStandardView(%p)", this);