From 6edc587af6323e81b2b66e7e90e5a06f9aeab613 Mon Sep 17 00:00:00 2001 From: Kimmo Hoikka Date: Thu, 12 Feb 2015 19:20:15 +0000 Subject: [PATCH] Remove some dead code Change-Id: I1765e55466949dc8640a7ac5061daa9303e24962 --- .../event/actor-attachments/actor-attachment-impl.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dali/internal/event/actor-attachments/actor-attachment-impl.h b/dali/internal/event/actor-attachments/actor-attachment-impl.h index be127ec..863fd32 100644 --- a/dali/internal/event/actor-attachments/actor-attachment-impl.h +++ b/dali/internal/event/actor-attachments/actor-attachment-impl.h @@ -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: /** -- 2.7.4