Merge "Remove Actor::OnStage public API" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / actors / actor.cpp
index a9af430..cf897e9 100644 (file)
@@ -65,11 +65,6 @@ Actor& Actor::operator=(const Actor& rhs)
   return *this;
 }
 
-bool Actor::OnStage() const
-{
-  return GetImplementation(*this).OnStage();
-}
-
 Layer Actor::GetLayer()
 {
   return GetImplementation(*this).GetLayer();