From dfaf9eddc3ad4b79e44a87b518c5a5412d552829 Mon Sep 17 00:00:00 2001 From: Woochan Lee Date: Mon, 18 Jul 2016 14:52:47 +0900 Subject: [PATCH] Delete Fixme marking. This fixed already. Change-Id: I0dc50cc7f7c5e1a03cc3e19dedd4f86a211303e9 --- src/lib/efl/mobile/UiStandardView.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.7.4