projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2638588
)
fix svace issue
54/100654/1
accepted/tizen/common/20161129.173534
accepted/tizen/ivi/20161130.015412
accepted/tizen/mobile/20161130.015155
accepted/tizen/tv/20161130.015240
accepted/tizen/wearable/20161130.015330
submit/tizen/20161129.052917
author
NAMJEONGYOON
<just.nam@samsung.com>
Tue, 29 Nov 2016 02:01:51 +0000
(11:01 +0900)
committer
NAMJEONGYOON
<just.nam@samsung.com>
Tue, 29 Nov 2016 02:01:51 +0000
(11:01 +0900)
Change-Id: Ia3abc1c42119986cc3ab3b3623446714ec279aa4
src/player.c
patch
|
blob
|
history
diff --git
a/src/player.c
b/src/player.c
index 3fce02622eb27378a600e3f41e9ec0bf4f4777ff..4b4d105226ab239bb3473383a19ace2c72582e46 100644
(file)
--- a/
src/player.c
+++ b/
src/player.c
@@
-2415,11
+2415,6
@@
int player_set_display(player_h player, player_display_type_e type, player_displ
e = evas_object_evas_get(obj);
return_val_if_fail(e != NULL, PLAYER_ERROR_INVALID_OPERATION);
- if (ret != MM_ERROR_NONE) {
- LOGE("Fail to get window geometry");
- return ret;
- }
-
wl_window = elm_win_wl_window_get(obj);
return_val_if_fail(wl_window != NULL, PLAYER_ERROR_INVALID_OPERATION);