From 0b830fa639677c595c5df55e18c07371c3916910 Mon Sep 17 00:00:00 2001 From: sebastid Date: Fri, 28 Jul 2006 11:33:43 +0000 Subject: [PATCH] Add return value. Remove unused variable. SVN revision: 24269 --- src/bin/e_int_config_shelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_shelf.c b/src/bin/e_int_config_shelf.c index e31f8fdaa..c6b17709a 100644 --- a/src/bin/e_int_config_shelf.c +++ b/src/bin/e_int_config_shelf.c @@ -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;