Revert "[Tizen] Adds transition effect"
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / dali-test-suite-utils / test-custom-actor.cpp
index 87c141a..e4f1099 100644 (file)
@@ -204,16 +204,6 @@ uint32_t TestCustomActor::GetDepth()
   return GetImpl().mDepth;
 }
 
-void TestCustomActor::SetTransparent(bool transparent)
-{
-  return GetImpl().SetTransparent(transparent);
-}
-
-bool TestCustomActor::GetTransparent()
-{
-  return GetImpl().GetTransparent();
-}
-
 TestCustomActor::TestCustomActor()
 {
 }
@@ -396,16 +386,6 @@ bool TestCustomActor::RelayoutDependentOnChildren(Dimension::Type dimension)
   return false;
 }
 
-void TestCustomActor::SetTransparent(bool transparent)
-{
-  CustomActorImpl::SetTransparent(transparent);
-}
-
-bool TestCustomActor::GetTransparent() const
-{
-  return CustomActorImpl::GetTransparent();
-}
-
 void TestCustomActor::SetDaliProperty(std::string s)
 {
   Self().SetProperty(mDaliProperty, s);