[Tizen] Revert "Basic support of keyboard focus for multiple windows"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / focus-manager / keyboard-focus-manager-impl.h
index 967e9e1..0e0f867 100644 (file)
@@ -30,8 +30,6 @@
 namespace Dali
 {
 
-class Window;
-
 namespace Toolkit
 {
 
@@ -41,7 +39,7 @@ namespace Internal
 /**
  * @copydoc Toolkit::KeyboardFocusManager
  */
-class KeyboardFocusManager : public Dali::BaseObject, public ConnectionTracker
+class KeyboardFocusManager : public Dali::BaseObject
 {
 public:
 
@@ -178,17 +176,6 @@ private:
   typedef FocusStack::iterator FocusStackIterator; ///< Define FocusStack::Iterator as FocusStackIterator to navigate FocusStack
 
   /**
-   * This will be called when the adaptor is initialized
-   */
-  void OnAdaptorInit();
-
-  /**
-   * This will be called when a new wndow is created
-   * @param window The new window
-   */
-  void OnWindowCreated( Dali::Window& window );
-
-  /**
    * Get configuration from StyleManager.
    */
   void GetConfigurationFromStyleManger();