video: Remove unused codes. 13/204513/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 19 Apr 2019 04:56:00 +0000 (13:56 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 24 Apr 2019 06:34:13 +0000 (15:34 +0900)
Change-Id: I283eb183b066a3ffa411fe3bc89e22b391846714

src/bin/video/iface/e_video_hwc_windows.c

index ea77b719a7e527463e208dad065222cfc5e5ee50..2b28c1c74655e010564a15e75b98757203b05f7e 100644 (file)
@@ -209,19 +209,8 @@ _e_video_hwc_windows_init(E_Video_Hwc_Windows *evhw)
 static void
 _e_video_destroy(E_Video_Hwc_Windows *evhw)
 {
-   if (!evhw)
-     return;
-
-   VIN("destroy", evhw->base.ec);
-
    e_hwc_window_free(evhw->hwc_window);
-
    free(evhw);
-
-#if 0
-   if (e_comp_wl_video_buffer_list_length() > 0)
-     e_comp_wl_video_buffer_list_print(NULL);
-#endif
 }
 
 static Eina_Bool