Skip to content

Commit

Permalink
[spatial-window] remove affect_location_on_next_change hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasmine Hassan committed Nov 16, 2012
1 parent e4ff799 commit f1f8581
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/caja-spatial-window.c
Expand Up @@ -1012,8 +1012,6 @@ caja_spatial_window_init (CajaSpatialWindow *window)
pane = caja_window_pane_new (win);
win->details->panes = g_list_prepend (win->details->panes, pane);

window->affect_spatial_window_on_next_location_change = TRUE;

vbox = gtk_vbox_new (FALSE, 0);
gtk_table_attach (GTK_TABLE (CAJA_WINDOW (window)->details->table),
vbox,
Expand Down
2 changes: 0 additions & 2 deletions src/caja-spatial-window.h
Expand Up @@ -53,8 +53,6 @@ struct _CajaSpatialWindow
{
CajaWindow parent_object;

gboolean affect_spatial_window_on_next_location_change;

CajaSpatialWindowDetails *details;
};

Expand Down

0 comments on commit f1f8581

Please sign in to comment.