diff --git a/src/bin/entrance_conf.c b/src/bin/entrance_conf.c index 979c6a0..3254f1d 100644 --- a/src/bin/entrance_conf.c +++ b/src/bin/entrance_conf.c @@ -80,8 +80,7 @@ void entrance_conf_background_title_gen(Entrance_Conf_Background *cbg) { char buf[PATH_MAX]; - char *group_suffix = NULL, *result; - const char *filename = NULL; + const char *group_suffix = NULL, *filename = NULL; if (cbg->path) { diff --git a/src/bin/entrance_gui.c b/src/bin/entrance_gui.c index 519d4be..4b2d215 100755 --- a/src/bin/entrance_gui.c +++ b/src/bin/entrance_gui.c @@ -640,7 +640,6 @@ _entrance_gui_update(void) EINA_LIST_FOREACH(_gui->screens, l, screen) { Evas_Object *bg = NULL; - Eina_Bool success = EINA_FALSE; if (_gui->changed & ENTRANCE_CONF_WALLPAPER) { PT("Set background %s - %s\n", _gui->bg.path, _gui->bg.group);