Remove unused struct (left over from when modules were listed in the menu)

SVN revision: 30838
This commit is contained in:
Christopher Michael 2007-07-16 01:29:25 +00:00
parent 0bb82307d8
commit bd51b88a80
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@
*
*/
typedef struct _Module_Menu_Data Module_Menu_Data;
struct _Module_Menu_Data
{
Evas_List *submenus;
};
/* local subsystem functions */
static void _e_module_free(E_Module *m);
static void _e_module_dialog_disable_show(const char *title, const char *body, E_Module *m);