summaryrefslogtreecommitdiff
path: root/src/caja-pathbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-pathbar.c')
-rw-r--r--src/caja-pathbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-pathbar.c b/src/caja-pathbar.c
index 27427aca..db854cab 100644
--- a/src/caja-pathbar.c
+++ b/src/caja-pathbar.c
@@ -817,7 +817,6 @@ caja_path_bar_size_allocate (GtkWidget *widget,
if (direction == GTK_TEXT_DIR_RTL)
{
child_allocation.x -= path_bar->spacing;
- down_slider_offset = child_allocation.x - widget_allocation.x - path_bar->slider_width;
down_slider_offset = child_allocation.x - allocation->x - path_bar->slider_width;
}
else
@@ -2058,7 +2057,6 @@ caja_path_bar_update_path (CajaPathBar *path_bar,
fake_root = NULL;
result = TRUE;
first_directory = TRUE;
- last_directory = FALSE;
new_buttons = NULL;
current_button_data = NULL;