Revert "[Tizen] Fix FrameBuffer sync issue, etc."
[platform/core/uifw/dali-core.git] / dali / internal / event / common / scene-impl.h
index 4d97e16..634bcbd 100644 (file)
@@ -120,11 +120,6 @@ public:
   void SetSurface( Integration::RenderSurface& surface );
 
   /**
-   * Notify the surface has been resized.
-   */
-  void SurfaceResized();
-
-  /**
    * Retrieve the render surface the scene is binded to.
    * @return The render surface.
    */
@@ -159,10 +154,10 @@ public:
   void RebuildDepthTree();
 
   /**
-   * @brief Sets the background color of the render surface.
+   * @brief Sets the background color of the render surface.
    * @param[in] color The new background color
    */
-  void SetBackgroundColor( const Vector4& color );
+  void SetBackgroundColor(Vector4 color);
 
   /**
    * @brief Gets the background color of the render surface.
@@ -263,8 +258,6 @@ private:
 
   Vector2 mDpi;
 
-  Vector4 mBackgroundColor;
-
   LayerPtr mRootLayer;
 
   // Ordered list of currently on-stage layers