Revert "[Tizen] Add EmitKeyInputFocusSignal to control-wrapper-impl"
authorSunghyun kim <scholb.kim@samsung.com>
Mon, 25 Feb 2019 06:57:43 +0000 (15:57 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Mon, 25 Feb 2019 06:57:49 +0000 (15:57 +0900)
This reverts commit b335e312c54ad906496d3aa5df6b4f39b81cd3f6.

Change-Id: I5a1716afdf596aceb570e7ebbc12f1a3c5985dcf

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());
 }
 
-void ControlWrapper::EmitKeyInputFocusSignal(bool focusGained)
-{
-  Control::EmitKeyInputFocusSignal( focusGained );
-}
-
 } // namespace Internal
 
 } // namespace Toolkit