devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6f68a9d892bf07d168ed45ab6d274d2e0937da18

commit 6f68a9d892bf07d168ed45ab6d274d2e0937da18
Author: Christopher Michael <[email protected]>
Date:   Tue May 26 14:49:32 2020 -0400

    ecore-wl2: Remove unused variables
    
    Patch d584696f12c6d93e26 remove the unmapping of subsurfaces on window
    hide, however the variables were left declared so remove those
---
 src/lib/ecore_wl2/ecore_wl2_window.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c 
b/src/lib/ecore_wl2/ecore_wl2_window.c
index 86ea5d3f90..be5eff6e22 100644
--- a/src/lib/ecore_wl2/ecore_wl2_window.c
+++ b/src/lib/ecore_wl2/ecore_wl2_window.c
@@ -649,9 +649,6 @@ ecore_wl2_window_show(Ecore_Wl2_Window *window)
 EAPI void
 ecore_wl2_window_hide(Ecore_Wl2_Window *window)
 {
-   Ecore_Wl2_Subsurface *subsurf;
-   Eina_Inlist *tmp;
-
    EINA_SAFETY_ON_NULL_RETURN(window);
 
    _ecore_wl2_window_hide_send(window);

-- 


Reply via email to