Skip to content

Commit acdb7e2

Browse files
committed
Fix some issues found by static analysis
Apply one part of GNOME/nautilus@c039b03#diff-f896071d07d34e87af94a18de95e4ea2
1 parent 162015e commit acdb7e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/caja-pathbar.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ caja_path_bar_size_allocate (GtkWidget *widget,
817817
if (direction == GTK_TEXT_DIR_RTL)
818818
{
819819
child_allocation.x -= path_bar->spacing;
820-
down_slider_offset = child_allocation.x - widget_allocation.x - path_bar->slider_width;
821820
down_slider_offset = child_allocation.x - allocation->x - path_bar->slider_width;
822821
}
823822
else
@@ -2058,7 +2057,6 @@ caja_path_bar_update_path (CajaPathBar *path_bar,
20582057
fake_root = NULL;
20592058
result = TRUE;
20602059
first_directory = TRUE;
2061-
last_directory = FALSE;
20622060
new_buttons = NULL;
20632061
current_button_data = NULL;
20642062

0 commit comments

Comments
 (0)