diff options
Diffstat (limited to 'thunar/thunar-component.h')
-rw-r--r-- | thunar/thunar-component.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/thunar/thunar-component.h b/thunar/thunar-component.h index 17fe7056..abbb342d 100644 --- a/thunar/thunar-component.h +++ b/thunar/thunar-component.h @@ -40,10 +40,6 @@ struct _ThunarComponentIface GList *(*get_selected_files) (ThunarComponent *component); void (*set_selected_files) (ThunarComponent *component, GList *selected_files); - - GtkUIManager *(*get_ui_manager) (ThunarComponent *component); - void (*set_ui_manager) (ThunarComponent *component, - GtkUIManager *ui_manager); }; GType thunar_component_get_type (void) G_GNUC_CONST; @@ -54,10 +50,6 @@ void thunar_component_set_selected_files (ThunarComponent *component, void thunar_component_restore_selection (ThunarComponent *component); -GtkUIManager *thunar_component_get_ui_manager (ThunarComponent *component); -void thunar_component_set_ui_manager (ThunarComponent *component, - GtkUIManager *ui_manager); - G_END_DECLS; #endif /* !__THUNAR_COMPONENT_H__ */ |