Revert "[Tizen] Modify dirtyRects to have scene for multi window support"
[platform/core/uifw/dali-core.git] / dali / internal / event / common / scene-impl.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 45bda4d..2a3ad37
@@ -380,11 +380,6 @@ Integration::Scene::WheelEventSignalType& Scene::WheelEventSignal()
   return mWheelEventSignal;
 }
 
-std::vector<Dali::Internal::SceneGraph::DirtyRect>& Scene::GetItemsDirtyRects()
-{
-  return mItemsDirtyRects;
-}
-
 } // Internal
 
 } // Dali