X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisual-factory%2Fvisual-base.h;h=41962766f716649c4ca02fe8628a1b8bfbbe0e8f;hb=af10e25bb20325d256ba5aa00aae248cbf7c5baa;hp=49e8cf09d896a86ae9b79a8d721085133dd0bcf4;hpb=50f57942b550284ab30d72eb974c2c5e1458f61e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visual-factory/visual-base.h b/dali-toolkit/devel-api/visual-factory/visual-base.h index 49e8cf0..4196276 100644 --- a/dali-toolkit/devel-api/visual-factory/visual-base.h +++ b/dali-toolkit/devel-api/visual-factory/visual-base.h @@ -177,25 +177,6 @@ public: float GetDepthIndex() const; /** - * @brief Visual needs to know when the control is put on to the stage to add the renderer. - * - * This function should be called when the control is put on to the stage. - * - * @param[in] actor The actor using this visual. - * @post SetOffStage should be called with the same actor when the control is put off stage otherwise memory will be leaked - */ - void SetOnStage( Actor& actor ); - - /** - * @brief Visual needs to know when the control is removed from the stage to remove the renderer. - * - * This function should be called when the control is removed from the stage - * - * @param[in] actor The actor using this visual. - */ - void SetOffStage( Actor& actor ); - - /** * @brief Remove the renderer from the actor and reset the visual self. * * This function can be called with an empty handle. If the visual is empty, this is a no-op.