e_output: fix build error 23/210123/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 16 Jul 2019 05:08:18 +0000 (14:08 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 16 Jul 2019 05:18:10 +0000 (14:18 +0900)
Change-Id: I90de54600c958308f52785758cea1a7da5f03f51

src/bin/e_output.c

index 489048d0b27e44de72b5dc34d8cd7736e652642f..30edcd9fd9f16fab31df4b2b2e500cf96f1cb75e 100644 (file)
@@ -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;