X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-base.h;h=b2b1af5cd6ace167833e23056371fdf9c1c0aae3;hp=91a958c8e4323080184c5f81ae07021fe5377323;hb=a38310eae5990fae285513f81a552c6e3e6cb7b5;hpb=fafbf3088fe32c2b2bc844bf68f2cb3db37f932b diff --git a/dali/internal/window-system/common/window-base.h b/dali/internal/window-system/common/window-base.h index 91a958c..b2b1af5 100644 --- a/dali/internal/window-system/common/window-base.h +++ b/dali/internal/window-system/common/window-base.h @@ -327,12 +327,6 @@ public: virtual void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) = 0; /** - * @brief Set the stereoscopic 3D view mode - * @param[in] viewMode The new view mode - */ - virtual void SetViewMode( ViewMode viewMode ) = 0; - - /** * @brief Get the screen rotation angle of the window */ virtual int GetScreenRotationAngle() = 0;