projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8272e3
)
Remove an exception for gl feature from framework-tizen
17/82617/1
author
taeyoon
<taeyoon0.lee@samsung.com>
Thu, 4 Aug 2016 04:26:55 +0000
(13:26 +0900)
committer
taeyoon
<taeyoon0.lee@samsung.com>
Thu, 4 Aug 2016 12:55:32 +0000
(21:55 +0900)
Change-Id: I851fb6e8f7b5db68c3e12b7d1265836cd177e57d
adaptors/tizen/framework-tizen.cpp
patch
|
blob
|
history
diff --git
a/adaptors/tizen/framework-tizen.cpp
b/adaptors/tizen/framework-tizen.cpp
index
1f0cf57
..
47ef3c4
100644
(file)
--- a/
adaptors/tizen/framework-tizen.cpp
+++ b/
adaptors/tizen/framework-tizen.cpp
@@
-325,7
+325,6
@@
Framework::Framework( Framework::Observer& observer, int *argc, char ***argv, Ty
if( featureFlag == false )
{
set_last_result( TIZEN_ERROR_NOT_SUPPORTED );
- throw Dali::DaliException( "", "OpenGL ES 2.0 is not supported." );
}
InitThreads();