Delete Fixme marking. 37/80437/2 accepted/tizen/common/20160719.172756 accepted/tizen/mobile/20160719.104345 submit/tizen/20160719.061526
authorWoochan Lee <wc0917.lee@samsung.com>
Mon, 18 Jul 2016 05:52:47 +0000 (14:52 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:11:32 +0000 (23:11 -0700)
This fixed already.

Change-Id: I0dc50cc7f7c5e1a03cc3e19dedd4f86a211303e9

src/lib/efl/mobile/UiStandardView.cpp

index b11d8a19e29b4b72de260dc3dedf56b111569f31..ca608e6fd0dfaa6defcd14d31c7e50bd26324512 100644 (file)
@@ -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);