entrance: warn --;

This commit is contained in:
Marcel Hollerbach 2014-04-02 16:24:08 +02:00
parent 21f208f48f
commit 7b0dd225bf
2 changed files with 1 additions and 3 deletions

View File

@ -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)
{

View File

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