ecore-wl2: Remove unused variables

Patch d584696f12 remove the unmapping of subsurfaces on window
hide, however the variables were left declared so remove those
This commit is contained in:
Christopher Michael 2020-05-26 14:49:32 -04:00
parent b655111c6d
commit 6f68a9d892
1 changed files with 0 additions and 3 deletions

View File

@ -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);