Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backwar...
[platform/core/csapi/nui.git] / 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;
-            }
-        }
     }
 }