(ControlRenderer) Hide the APIs whose function are not fully implemented
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / renderer-factory / control-renderer.cpp
index 687949c..e460b77 100644 (file)
@@ -56,16 +56,6 @@ void ControlRenderer::SetSize( const Vector2& size )
   GetImplementation( *this ).SetSize(size);
 }
 
-void ControlRenderer::SetClipRect( const Rect<int>& clipRect )
-{
-  GetImplementation( *this ).SetClipRect(clipRect);
-}
-
-void ControlRenderer::SetOffset( const Vector2& offset )
-{
-  GetImplementation( *this ).SetOffset(offset);
-}
-
 void ControlRenderer::SetDepthIndex( float index )
 {
   GetImplementation( *this ).SetDepthIndex(index);
@@ -76,11 +66,6 @@ void ControlRenderer::SetOnStage( Actor& actor )
   GetImplementation( *this ).SetOnStage(actor);
 }
 
-void ControlRenderer::SetOffStage( Actor& actor )
-{
-  GetImplementation( *this ).SetOffStage(actor);
-}
-
 } // namespace Toolkit
 
 } // namespace Dali