video: Remove unused member of 'E_Video_Hwc_Windows'. 09/204509/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 19 Apr 2019 02:00:25 +0000 (11:00 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 24 Apr 2019 06:34:06 +0000 (15:34 +0900)
Change-Id: I380a0c9a2dc765c8eaa22964a3b69b5de6f41915

src/bin/video/iface/e_video_hwc_windows.c

index 8e8b39a..3eda061 100644 (file)
@@ -15,11 +15,12 @@ struct _E_Video_Hwc_Windows
 {
    E_Video_Hwc base;
 
-   E_Hwc_Window *hwc_window;
-   E_Hwc *hwc;
    E_Client_Video_Info info;
+
+   E_Hwc *hwc;
+   E_Hwc_Window *hwc_window;
+
    tbm_surface_h cur_tsurface;
-   E_Client *e_client;
 
    E_Comp_Wl_Hook *hook_subsurf_create;