video: Removed unused variable. 38/209038/3
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 24 May 2019 04:28:52 +0000 (13:28 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Jul 2019 08:34:21 +0000 (08:34 +0000)
Change-Id: Id0d71b77a84a6ac0838158d1121d8468e35b91c4

src/bin/video/iface/e_video_hwc.c
src/bin/video/iface/e_video_hwc.h

index 465a36cd7baefd60e98f9981682c14699aa7d66c..635e884c2984b0baee2c62ba20213ad729c878be 100644 (file)
@@ -1614,7 +1614,6 @@ _e_video_hwc_create(E_Client *ec)
    evh->hwc_policy = hwc_policy;
    evh->e_output = output;
    evh->ec = ec;
-   evh->window = e_client_util_win_get(ec);
    evh->pp_align = -1;
 
    //TODO: shoud this function be called here?
index 9e800784b416e4f42debd5d61f9a45e872f65854..312694c97fd543166d512cb13aaafa34655dd1e5 100644 (file)
@@ -50,7 +50,6 @@ struct _E_Video_Hwc
 
    E_Client_Video *ecv;
    E_Client *ec;
-   Ecore_Window window;
    E_Output *e_output;
 
    Eina_List *ec_event_handler;