[nautilus] slot: remove NautilusBarMode



commit 1a95b0117e095885fc6ec4c3903c909c4f48f377
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 9 18:25:07 2011 -0500

    slot: remove NautilusBarMode

 src/nautilus-navigation-window-slot.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/nautilus-navigation-window-slot.h b/src/nautilus-navigation-window-slot.h
index d676fdd..07ef93b 100644
--- a/src/nautilus-navigation-window-slot.h
+++ b/src/nautilus-navigation-window-slot.h
@@ -38,16 +38,9 @@ typedef struct NautilusNavigationWindowSlotClass NautilusNavigationWindowSlotCla
 #define NAUTILUS_IS_NAVIGATION_WINDOW_SLOT_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), NAUTILUS_TYPE_NAVIGATION_WINDOW_SLOT))
 #define NAUTILUS_NAVIGATION_WINDOW_SLOT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), NAUTILUS_TYPE_NAVIGATION_WINDOW_SLOT, NautilusNavigationWindowSlotClass))
   
-typedef enum {
-	NAUTILUS_BAR_PATH,
-	NAUTILUS_BAR_NAVIGATION,
-	NAUTILUS_BAR_SEARCH
-} NautilusBarMode;
-
 struct NautilusNavigationWindowSlot {
 	NautilusWindowSlot parent;
 
-	NautilusBarMode bar_mode;
 	GtkTreeModel *viewer_model;
 	int num_viewers;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]