diff options
Diffstat (limited to 'liblogdiag/ld-category-view.h')
-rw-r--r-- | liblogdiag/ld-category-view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/liblogdiag/ld-category-view.h b/liblogdiag/ld-category-view.h index af4904e..b684448 100644 --- a/liblogdiag/ld-category-view.h +++ b/liblogdiag/ld-category-view.h @@ -45,9 +45,6 @@ struct _LdCategoryViewClass { /*< private >*/ GtkVBoxClass parent_class; - - guint symbol_selected_signal; - guint symbol_deselected_signal; }; @@ -55,9 +52,6 @@ GType ld_category_view_get_type (void) G_GNUC_CONST; GtkWidget *ld_category_view_new (LdCategory *category); -void ld_category_view_set_category (LdCategoryView *self, LdCategory *category); -LdCategory *ld_category_view_get_category (LdCategoryView *self); - G_END_DECLS |