summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-09 08:03:35 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-09 17:22:47 -0500
commit115c960e939a1c1fa6db97a105fe92d0b70ecde8 (patch)
treee216cc7f51cedbb241f5f8c2d77a5d6fc266d64f /src/nautilus-window-slot.h
parent1cb66dfb4c3750a142dfd3130613b52b1d386eff (diff)
downloadnautilus-115c960e939a1c1fa6db97a105fe92d0b70ecde8.tar.gz
slot: remove unused cases for NautilusLocationChangeType
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r--src/nautilus-window-slot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h
index 9d96f15e3..11faeda7a 100644
--- a/src/nautilus-window-slot.h
+++ b/src/nautilus-window-slot.h
@@ -40,9 +40,7 @@ typedef enum {
NAUTILUS_LOCATION_CHANGE_STANDARD,
NAUTILUS_LOCATION_CHANGE_BACK,
NAUTILUS_LOCATION_CHANGE_FORWARD,
- NAUTILUS_LOCATION_CHANGE_RELOAD,
- NAUTILUS_LOCATION_CHANGE_REDIRECT,
- NAUTILUS_LOCATION_CHANGE_FALLBACK
+ NAUTILUS_LOCATION_CHANGE_RELOAD
} NautilusLocationChangeType;
struct NautilusWindowSlotClass {