projects
/
platform
/
core
/
csapi
/
nui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472298f
)
Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backwar...
61/144061/1
author
minho.sun
<minho.sun@samsung.com>
Mon, 14 Aug 2017 07:43:30 +0000
(16:43 +0900)
committer
minho.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
patch
|
blob
|
history
diff --git
a/Tizen.NUI/src/public/NUIApplication.cs
b/Tizen.NUI/src/public/NUIApplication.cs
index
af6f261
..
3f7823d
100755
(executable)
--- a/
Tizen.NUI/src/public/NUIApplication.cs
+++ b/
Tizen.NUI/src/public/NUIApplication.cs
@@
-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;
- }
- }
}
}