aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-categories-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r--e-util/e-categories-config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h
index 3af14dfc7f..ed6b5639ae 100644
--- a/e-util/e-categories-config.h
+++ b/e-util/e-categories-config.h
@@ -17,17 +17,10 @@
G_BEGIN_DECLS
-const char *e_categories_config_get_color_for (const char *category);
-void e_categories_config_set_color_for (const char *category, const char *color);
-
gboolean e_categories_config_get_icon_for (const char *category,
GdkPixmap **icon,
GdkBitmap **mask);
-const char *e_categories_config_get_icon_file_for (const char *category);
-void e_categories_config_set_icon_for (const char *category,
- const char *pixmap_file);
-
-void e_categories_config_open_dialog_for_entry (GtkEntry *entry);
+void e_categories_config_open_dialog_for_entry (GtkEntry *entry);
G_END_DECLS