Merge "[3.0] change adding focus indicator logic" into tizen_3.0 accepted/tizen/3.0/common/20170203.151137 accepted/tizen/3.0/ivi/20170203.090319 accepted/tizen/3.0/mobile/20170203.090055 accepted/tizen/3.0/tv/20170203.090156 accepted/tizen/3.0/wearable/20170203.090249 submit/tizen_3.0/20170203.045255
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 3 Feb 2017 03:42:38 +0000 (19:42 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 3 Feb 2017 03:42:38 +0000 (19:42 -0800)
dali-toolkit/public-api/controls/control-impl.cpp

index e0e1383..9bf179f 100644 (file)
@@ -764,12 +764,10 @@ void Control::OnInitialize()
 
 void Control::OnControlChildAdd( Actor& child )
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: OnControlChildAdd() is deprecated and will be removed from next release. Override OnChildAdd instead.\n" );
 }
 
 void Control::OnControlChildRemove( Actor& child )
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: OnControlChildRemove() is deprecated and will be removed from next release. Override OnChildRemove instead.\n" );
 }
 
 void Control::OnStyleChange( Toolkit::StyleManager styleManager, StyleChange::Type change )