Remove unused variable.

SVN revision: 32264
This commit is contained in:
Sebastian Dransfeld 2007-10-31 19:48:56 +00:00
parent 312dad0a8f
commit 27a177e90e
2 changed files with 0 additions and 2 deletions

View File

@ -450,7 +450,6 @@ EAPI void
e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path)
{
E_Fm2_Smart_Data *sd;
Evas_List *l;
const char *realpath, *extended_path;
sd = evas_object_smart_data_get(obj);

View File

@ -437,7 +437,6 @@ _loaded_list_cb_change(void *data, Evas_Object *obj)
for (i = 0, l = e_widget_ilist_items_get(cfdata->o_loaded); l; l = l->next, i++)
{
E_Ilist_Item *item = NULL;
E_Module *mod = NULL;
CFModule *module = NULL;
const char *lbl;