summaryrefslogtreecommitdiff
path: root/thunar/thunar-component.h
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-05-16 22:03:38 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2020-05-17 23:05:05 +0200
commitdd99f3a98176d3c06df7ebbf6bfad7da31887ef0 (patch)
tree0621027191aae3f13eb12b65166ecc909a411369 /thunar/thunar-component.h
parentdf258649f89442af3b6a2a8babe1f6f6d4bbfa67 (diff)
downloadthunar-dd99f3a98176d3c06df7ebbf6bfad7da31887ef0.tar.gz
Remove unused deprecated GtkUiManager (Bug #16654)
Diffstat (limited to 'thunar/thunar-component.h')
-rw-r--r--thunar/thunar-component.h8
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__ */