Add return value.

Remove unused variable.


SVN revision: 24269
This commit is contained in:
sebastid 2006-07-28 11:33:43 +00:00 committed by sebastid
parent 3d1f519d17
commit 0b830fa639
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ e_int_config_shelf(E_Container *con)
cfd = e_config_dialog_new(con, _("Shelf Settings"), "enlightenment/shelf", 0, v, NULL);
return cfd;
}
return NULL;
}
static void *
@ -246,7 +247,6 @@ _cb_dialog_yes(void *data)
{
E_Config_Dialog_Data *cfdata;
E_Shelf *es;
E_Config_Shelf *cfg;
cfdata = data;
if (!cfdata) return;