Remove some dead code 77/35377/2
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 12 Feb 2015 19:20:15 +0000 (19:20 +0000)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 12 Feb 2015 19:38:54 +0000 (11:38 -0800)
Change-Id: I1765e55466949dc8640a7ac5061daa9303e24962

dali/internal/event/actor-attachments/actor-attachment-impl.h

index be127ec..863fd32 100644 (file)
@@ -53,19 +53,6 @@ public:
    */
   void Disconnect();
 
-  /**
-   * Sets whether a renderable attachment is visible.
-   * By default attachments are visible.
-   * @param[in] visible True if the object is visible.
-   */
-  void SetVisible(bool visible);
-
-  /**
-   * Retrieve whether a renderable attachment is visible.
-   * @return True if the object is visible.
-   */
-  bool IsVisible() const;
-
 protected:
 
   /**