From 79f9fe7f770b95600d4997267e3ed2416523387e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Dec 2012 17:22:42 -0500 Subject: e-config: Remove unused functions. e_config_add_skip_check() e_config_class_remove_factory() e_config_create_window() e_config_page_get() e_config_page_next() e_config_page_prev() e_config_set_page_is_finish() Also remove E_CONFIG_ASSISTANT and all the assistant support therein. --- addressbook/gui/widgets/eab-config.c | 5 ++--- addressbook/gui/widgets/eab-config.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'addressbook') diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c index 0a1e7aba18..ad15f1cca9 100644 --- a/addressbook/gui/widgets/eab-config.c +++ b/addressbook/gui/widgets/eab-config.c @@ -124,11 +124,10 @@ eab_config_class_init (EABConfigClass *class) } EABConfig * -eab_config_new (gint type, - const gchar *menuid) +eab_config_new (const gchar *menuid) { EABConfig *ecp = g_object_new (eab_config_get_type (), NULL); - e_config_construct (&ecp->config, type, menuid); + e_config_construct (&ecp->config, menuid); return ecp; } diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h index 83c08b4172..55612ec65a 100644 --- a/addressbook/gui/widgets/eab-config.h +++ b/addressbook/gui/widgets/eab-config.h @@ -72,7 +72,7 @@ struct _EABConfigTargetPrefs { typedef struct _EConfigItem EABConfigItem; GType eab_config_get_type (void); -EABConfig *eab_config_new (gint type, const gchar *menuid); +EABConfig *eab_config_new (const gchar *menuid); EABConfigTargetSource *eab_config_target_new_source (EABConfig *ecp, ESource *source); EABConfigTargetPrefs *eab_config_target_new_prefs (EABConfig *ecp, GSettings *settings); -- cgit v1.2.3