Remove StereoMode
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / render-surface.h
index e9e8921..edb9022 100644 (file)
@@ -136,12 +136,6 @@ public:
   virtual void MoveResize( Dali::PositionSize positionSize ) = 0;
 
   /**
-   * @brief Set the stereoscopic 3D view mode
-   * @param[in] viewMode The new view mode
-   */
-  virtual void SetViewMode( ViewMode viewMode ) = 0;
-
-  /**
    * @brief Called when Render thread has started
    */
   virtual void StartRender() = 0;