From: Changyeon Lee Date: Tue, 16 Jul 2019 05:08:18 +0000 (+0900) Subject: e_output: fix build error X-Git-Tag: submit/tizen/20190716.054641~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb85f48fb8c2a2d083651b2ba52f4ddcfbf49de7;p=platform%2Fupstream%2Fenlightenment.git e_output: fix build error Change-Id: I90de54600c958308f52785758cea1a7da5f03f51 --- diff --git a/src/bin/e_output.c b/src/bin/e_output.c index 489048d0b2..30edcd9fd9 100644 --- a/src/bin/e_output.c +++ b/src/bin/e_output.c @@ -3787,13 +3787,7 @@ e_output_external_set(E_Output *output, E_Output_Ext_State state) else { /* TODO: HWC Windows */; - _e_output_external_rect_get(output_primary, p_w, p_h, w, h, &output->zoom_conf.rect); - - if (!e_hwc_windows_external_set(output->hwc, &output->zoom_conf.rect, state)) - { - EOERR("e_hwc_windows_external_set failed.", output); - return EINA_FALSE; - } + return EINA_FALSE; } output->ext_state = state;