summaryrefslogtreecommitdiff
path: root/thunar/thunar-standard-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-standard-view.h')
-rw-r--r--thunar/thunar-standard-view.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/thunar/thunar-standard-view.h b/thunar/thunar-standard-view.h
index ebad3185..31cb4450 100644
--- a/thunar/thunar-standard-view.h
+++ b/thunar/thunar-standard-view.h
@@ -53,14 +53,6 @@ struct _ThunarStandardViewClass
{
GtkScrolledWindowClass __parent__;
- /* Called by the ThunarStandardView class to let derived classes
- * connect to and disconnect from the UI manager.
- */
- void (*connect_ui_manager) (ThunarStandardView *standard_view,
- GtkUIManager *ui_manager);
- void (*disconnect_ui_manager) (ThunarStandardView *standard_view,
- GtkUIManager *ui_manager);
-
/* Returns the list of currently selected GtkTreePath's, where
* both the list and the items are owned by the caller. */
GList *(*get_selected_items) (ThunarStandardView *standard_view);
@@ -145,8 +137,6 @@ struct _ThunarStandardView
ThunarListModel *model;
- GtkUIManager *ui_manager;
-
ThunarIconFactory *icon_factory;
GtkCellRenderer *icon_renderer;
GtkCellRenderer *name_renderer;