aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-label.h')
-rw-r--r--filter/filter-label.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/filter/filter-label.h b/filter/filter-label.h
index c62f806fa0..bde83811ce 100644
--- a/filter/filter-label.h
+++ b/filter/filter-label.h
@@ -43,6 +43,7 @@ typedef struct _FilterLabelClass FilterLabelClass;
struct _FilterLabel {
FilterOption parent_object;
+
};
struct _FilterLabelClass {
@@ -57,11 +58,6 @@ GType filter_label_get_type (void);
FilterLabel *filter_label_new (void);
-/* Sigh, this is a mess, but its cleaner than the original mess */
-int filter_label_count (void);
-const char *filter_label_label (int i);
-int filter_label_index (const char *label);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */