About is in e_theme_about.{h,c}

SVN revision: 17004
This commit is contained in:
sebastid 2005-09-27 22:35:51 +00:00 committed by sebastid
parent 83dfdbfba3
commit e24a2c8178
2 changed files with 0 additions and 11 deletions

View File

@ -318,16 +318,6 @@ e_theme_config_list(void)
return e_config->themes;
}
void
e_theme_about(E_Zone *zone, const char *file)
{
static E_Popup *pop = NULL;
if (pop) return;
pop = e_popup_new(zone, zone->w / 2, zone->h / 2, 1, 1);
e_popup_show(pop);
}
/* local subsystem functions */
static Evas_Bool

View File

@ -16,7 +16,6 @@ EAPI void e_theme_file_set(char *category, char *file);
EAPI void e_theme_config_set(const char *category, const char *file);
EAPI E_Config_Theme *e_theme_config_get(const char *category);
EAPI void e_theme_config_remove(const char *category);
EAPI void e_theme_about(E_Zone *zone, const char *file);
EAPI Evas_List *e_theme_config_list(void);
#endif