discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0354f8a5b18ba9c39d3e9a26d276aca2f941e2d2
commit 0354f8a5b18ba9c39d3e9a26d276aca2f941e2d2 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Tue Oct 4 09:20:15 2016 -0400 remove unused variable ref b83cfb858c302b8eb39e43b56a7e0749c711a43f --- src/bin/e_comp_x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index fbfeb0f..4d83070 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -5301,8 +5301,6 @@ _e_comp_x_desklock_hide(void) static Eina_Bool _e_comp_x_desklock_show(void) { - Ecore_X_Window win; - if (!e_comp_grab_input(1, 1)) { Ecore_X_Window *windows; --