Mofidy codes for Dali Windows backend
[platform/core/uifw/dali-core.git] / dali / internal / update / nodes / scene-graph-layer.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 73709d2..db6e6f0
@@ -114,15 +114,6 @@ void Layer::ClearRenderables()
 
 } // namespace SceneGraph
 
-template <>
-void OwnerPointer<Dali::Internal::SceneGraph::Layer>::Reset()
-{
-  if( mObject != NULL )
-  {
-    Dali::Internal::SceneGraph::Node::Delete( mObject );
-    mObject = NULL;
-  }
-}
 } // namespace Internal
 
 } // namespace Dali