Save window contents on closing.
[pspp-builds.git] / src / ui / gui / psppire-data-store.c
index 71d7d5f53976c124fc779a7a56fa127b13eaa09e..c8804f48ba0ee5a0a974fe459302e38e8fe4dd9a 100644 (file)
@@ -308,18 +308,15 @@ delete_variable_callback (GObject *obj, gint dict_index,
 #endif
 }
 
-
-
 static void
 variable_changed_callback (GObject *obj, gint var_num, gpointer data)
 {
+#if AXIS_TRANSITION
   PsppireDataStore *store  = PSPPIRE_DATA_STORE (data);
 
-#if AXIS_TRANSITION
   psppire_sheet_column_columns_changed (PSPPIRE_SHEET_COLUMN (store),
                                  var_num, 1);
 
-
   psppire_sheet_model_range_changed (PSPPIRE_SHEET_MODEL (store),
                               -1, var_num,
                               -1, var_num);