From: minho.sun Date: Mon, 14 Aug 2017 07:43:30 +0000 (+0900) Subject: Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backwar... X-Git-Tag: preview1-00180^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fd3b3361db62453bfddf29bb1dffdab0b20d0ec;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compatibility" This reverts commit 70391050233f014dccfa53419c6b830bf7dbd14f. Change-Id: Ifc6c4e80679fd01d40912d1644463ba09f2b3e59 --- diff --git a/src/Tizen.NUI/src/public/NUIApplication.cs b/src/Tizen.NUI/src/public/NUIApplication.cs index af6f261..3f7823d 100755 --- a/src/Tizen.NUI/src/public/NUIApplication.cs +++ b/src/Tizen.NUI/src/public/NUIApplication.cs @@ -210,17 +210,5 @@ namespace Tizen.NUI resourceManager = value; } } - - /// - /// Get the window instance. - /// - [Obsolete("Please do not use! this will be deprecated")] - public Window Window - { - get - { - return Window.Instance; - } - } } }