Remove a dead virtual method from proxy object
[platform/core/uifw/dali-core.git] / dali / internal / event / common / proxy-object.h
index c42be6c..b0e3bbe 100644 (file)
@@ -120,13 +120,6 @@ public:
   ProxyObject();
 
   /**
-   * Query whether the proxy object removes (& re-adds) its associated scene-object.
-   * Otherwise the scene-object lifetime is expected to match that of the proxy.
-   * @return True if scene-objects are removed.
-   */
-  virtual bool IsSceneObjectRemovable() const = 0;
-
-  /**
    * Add an observer to the proxy.
    * @param[in] observer The observer to add.
    */