From ab9d8b8d82e0beac1cc976721c9e6d28b5b27370 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 15 Jan 2014 22:42:42 +0000 Subject: [PATCH] Remove unused variable. Signed-off-by: Chris Michael --- src/modules/wl_fb/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/wl_fb/e_mod_main.c b/src/modules/wl_fb/e_mod_main.c index 85a7e607d..b533d6f26 100644 --- a/src/modules/wl_fb/e_mod_main.c +++ b/src/modules/wl_fb/e_mod_main.c @@ -11,7 +11,6 @@ e_modapi_init(E_Module *m) Ecore_Evas *ee; E_Screen *screen; E_Comp *comp; - unsigned int layer; int w, h; printf("LOAD WL_FB MODULE\n");