Remove unused variables
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2005 15:56:30 +0000 (15:56 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2005 15:56:30 +0000 (15:56 +0000)
SVN revision: 19380

src/bin/e_deskpreview.c
src/bin/e_exebuf.c
src/bin/e_int_config_theme.c

index 466a85b..a846ece 100644 (file)
@@ -79,7 +79,6 @@ static void
 _e_smart_add(Evas_Object *obj)
 {
    E_Smart_Data *sd;
-   Evas_Object *o;
    
    sd = calloc(1, sizeof(E_Smart_Data));
    if (!sd) return;
index b45b7cd..b445884 100644 (file)
@@ -400,7 +400,6 @@ _e_exebuf_eap_scroll_to(int i)
 static void
 _e_exebuf_next(void)
 {
-   E_Exebuf_Exe *exe;
    Evas_List *l;
    int i;
    
@@ -470,7 +469,6 @@ _e_exebuf_next(void)
 static void
 _e_exebuf_prev(void)
 {
-   E_Exebuf_Exe *exe;
    Evas_List *l;
    int i;
 
index 505732b..1196387 100644 (file)
@@ -122,7 +122,7 @@ static Evas_Object *
 _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, CFData *cfdata)
 {
    /* generate the core widget layout for a basic dialog */
-   Evas_Object *o, *ob, *fr, *im = NULL;
+   Evas_Object *o, *fr, *im = NULL;
    Evas_Object *il;
    char buf[4096];
    char *homedir;