X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=1bbd2bb8e517ddb48dd989a9734a88f9c46f1dc5;hb=8953baa61127d6d3b91f763663ea647bf3e4e793;hp=71d7d5f53976c124fc779a7a56fa127b13eaa09e;hpb=dff7c7a05e6da0de78544fa97c6882bd4a40d977;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 71d7d5f5..1bbd2bb8 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -308,8 +308,6 @@ delete_variable_callback (GObject *obj, gint dict_index, #endif } - - static void variable_changed_callback (GObject *obj, gint var_num, gpointer data) { @@ -319,7 +317,6 @@ variable_changed_callback (GObject *obj, gint var_num, gpointer data) 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);