summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r--src/nautilus-window-slot.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h
index bdb9dccfa..d2f83175c 100644
--- a/src/nautilus-window-slot.h
+++ b/src/nautilus-window-slot.h
@@ -59,11 +59,6 @@ struct _NautilusWindowSlotClass {
*/
NautilusView* (* get_view_for_location) (NautilusWindowSlot *slot,
GFile *location);
- /* Whether this type of slot handles the location or not. This can be used
- * for the special slots which handle special locations like the desktop
- * or the other locations. */
- gboolean (* handles_location) (NautilusWindowSlot *slot,
- GFile *location);
};
NautilusWindowSlot * nautilus_window_slot_new (NautilusWindow *window);
@@ -121,9 +116,6 @@ GList* nautilus_window_slot_get_selection (NautilusWindowSlot *
void nautilus_window_slot_search (NautilusWindowSlot *slot,
NautilusQuery *query);
-gboolean nautilus_window_slot_handles_location (NautilusWindowSlot *self,
- GFile *location);
-
void nautilus_window_slot_restore_navigation_state (NautilusWindowSlot *self,
NautilusNavigationState *data);