Remove unused variables

SVN revision: 19380
This commit is contained in:
Christopher Michael 2005-12-29 15:56:30 +00:00
parent 0d1f43ca6f
commit f8f481fe34
3 changed files with 1 additions and 4 deletions

View 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;

View 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;

View 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;