Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backwar... 61/144061/1
authorminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:43:30 +0000 (16:43 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 07:43:32 +0000 (16:43 +0900)
This reverts commit 70391050233f014dccfa53419c6b830bf7dbd14f.

Change-Id: Ifc6c4e80679fd01d40912d1644463ba09f2b3e59

Tizen.NUI/src/public/NUIApplication.cs

index af6f261..3f7823d 100755 (executable)
@@ -210,17 +210,5 @@ namespace Tizen.NUI
                 resourceManager = value;
             }
         }
-
-        /// <summary>
-        /// Get the window instance.
-        /// </summary>
-        [Obsolete("Please do not use! this will be deprecated")]
-        public Window Window
-        {
-            get
-            {
-                return Window.Instance;
-            }
-        }
     }
 }