Revert "[Tizen] Revert "Support multiple window rendering""
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / tizen-wayland / indicator-impl-ecore-wl.h
index 1f33fc1..a6cd9a1 100644 (file)
@@ -275,11 +275,6 @@ private:
   void LoadSharedImage( Ecore_Ipc_Event_Server_Data *epcEvent );
 
   /**
-   * Update top margin of the stage as much as indicator height
-   */
-  void UpdateTopMargin();
-
-  /**
    * Update the visibility and position of the actors
    */
   void UpdateVisibility();
@@ -422,7 +417,6 @@ private:
   SharedFileInfo                   mSharedFileInfo[SHARED_FILE_NUMBER];    ///< Table to store shared file info
 
   bool                             mBackgroundVisible;   ///< Indicate whether background is visible
-  int                              mTopMargin;   ///< Top margin of the stage for indicator
 };
 
 } // Adaptor