Add return value.
authorsebastid <sebastid>
Fri, 28 Jul 2006 11:33:43 +0000 (11:33 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 28 Jul 2006 11:33:43 +0000 (11:33 +0000)
Remove unused variable.

SVN revision: 24269

src/bin/e_int_config_shelf.c

index e31f8fd..c6b1770 100644 (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;