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
authorNAMJEONGYOON <just.nam@samsung.com>
Tue, 29 Nov 2016 02:01:51 +0000 (11:01 +0900)
committerNAMJEONGYOON <just.nam@samsung.com>
Tue, 29 Nov 2016 02:01:51 +0000 (11:01 +0900)
Change-Id: Ia3abc1c42119986cc3ab3b3623446714ec279aa4

src/player.c

index 3fce02622eb27378a600e3f41e9ec0bf4f4777ff..4b4d105226ab239bb3473383a19ace2c72582e46 100644 (file)
@@ -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);