Remove Config_Item from Instance structure as we never used it.

SVN revision: 22884
This commit is contained in:
Christopher Michael 2006-05-25 09:01:10 +00:00
parent e0b390b5cf
commit 0d618cbb40
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ struct _Instance
E_Gadcon_Client *gcc;
Evas_Object *net_obj;
Net *net;
Config_Item *ci;
Ecore_Timer *check_timer;
};