(CustomActorImpl) Remove unused key-input-focus methods 22/30222/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 12 Nov 2014 16:53:58 +0000 (16:53 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 12 Nov 2014 16:53:58 +0000 (16:53 +0000)
Change-Id: Ibf7ffa77cc75eeb83cdf0616be2f218f9de715b2

dali/public-api/actors/custom-actor-impl.h

index 12bad8b..a68ebb0 100644 (file)
@@ -178,17 +178,6 @@ public:
   virtual bool OnMouseWheelEvent(const MouseWheelEvent& event) = 0;
 
   /**
-   * @brief Called when this actor gains keyboard focus.
-   *
-   */
-  virtual void OnKeyInputFocusGained() = 0;
-
-  /**
-   * @brief Called when this actor loses keyboard focus.
-   */
-  virtual void OnKeyInputFocusLost() = 0;
-
-  /**
    * @brief Called to find a child by an alias.
    *
    * If an alias for a child exists, return the child otherwise return an empty handle.