kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=9003da8a0dc65afe34827265d66ebd442faa48ff

commit 9003da8a0dc65afe34827265d66ebd442faa48ff
Author: Kim Woelders <k...@woelders.dk>
Date:   Sun Feb 4 14:04:11 2018 +0100

    Remove some cruft
---
 src/config.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/config.c b/src/config.c
index 505ce900..f2ca38b7 100644
--- a/src/config.c
+++ b/src/config.c
@@ -592,15 +592,12 @@ ThemeConfigLoad(void)
       "tooltips.cfg",
       "menustyles.cfg",
    };
-   char                s[FILEPATH_LEN_MAX];
    Progressbar        *p = NULL;
    int                 i;
 
    /* Font mappings */
    FontConfigLoad();
 
-   Esnprintf(s, sizeof(s), "%s/", Mode.theme.path);
-
    for (i = 0; i < (int)(sizeof(config_files) / sizeof(char *)); i++)
 
      {

-- 


Reply via email to