Remove a dead virtual method from proxy object
[platform/core/uifw/dali-core.git] / dali / internal / event / effects / shader-effect-impl.cpp
index c98419e..f16eeae 100644 (file)
@@ -392,11 +392,6 @@ void ShaderEffect::Disconnect()
   }
 }
 
-bool ShaderEffect::IsSceneObjectRemovable() const
-{
-  return false; // The Shader is not removed during this proxy's lifetime
-}
-
 unsigned int ShaderEffect::GetDefaultPropertyCount() const
 {
   return DEFAULT_PROPERTY_COUNT;