Revert "[Tizen] Add EmitKeyInputFocusSignal to control-wrapper-impl"
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 18 Feb 2019 05:41:41 +0000 (14:41 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 18 Feb 2019 05:41:41 +0000 (14:41 +0900)
This reverts commit fcd975e7eedd3a6ec881d9970836352c50dc69b6.

dali-toolkit/devel-api/controls/control-wrapper-impl.cpp

index 4c9b1da..37def2b 100755 (executable)
@@ -185,11 +185,6 @@ Dali::TypeInfo ControlWrapper::GetTypeInfo()
   return DevelCustomActor::GetTypeInfo(Self());
 }
 
   return DevelCustomActor::GetTypeInfo(Self());
 }
 
-void ControlWrapper::EmitKeyInputFocusSignal(bool focusGained)
-{
-  Control::EmitKeyInputFocusSignal( focusGained );
-}
-
 } // namespace Internal
 
 } // namespace Toolkit
 } // namespace Internal
 
 } // namespace Toolkit