bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=7b0dd225bf16c1a7018bd2c5360516253e543dde

commit 7b0dd225bf16c1a7018bd2c5360516253e543dde
Author: Marcel Hollerbach <[email protected]>
Date:   Wed Apr 2 16:24:08 2014 +0200

    entrance: warn --;
---
 src/bin/entrance_conf.c | 3 +--
 src/bin/entrance_gui.c  | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

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

-- 


Reply via email to