summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-09-18 23:48:31 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-09-25 11:22:24 -0400
commit0b22ba642ceb38593eeae781fdc83d534967bd50 (patch)
tree6a4182d9eb8fbe87762fbf16bb2d23ebf73bf43b /src/nautilus-window-slot.h
parent6c5b8dce2f5dadc473c52332b1209087ba3b0a73 (diff)
downloadnautilus-0b22ba642ceb38593eeae781fdc83d534967bd50.tar.gz
slot: consolidate code for showing/hiding the loading floating bar
Move all the code relative to it in NautilusWindowSlot, and make the relative object members private. https://bugzilla.gnome.org/show_bug.cgi?id=684218
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r--src/nautilus-window-slot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h
index f4a7e90f4..cd9c4ea4b 100644
--- a/src/nautilus-window-slot.h
+++ b/src/nautilus-window-slot.h
@@ -67,12 +67,6 @@ struct NautilusWindowSlot {
*/
GtkWidget *extra_location_widgets;
- GtkWidget *view_overlay;
- GtkWidget *floating_bar;
-
- guint set_status_timeout_id;
- guint loading_timeout_id;
-
NautilusView *content_view;
NautilusView *new_content_view;