X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fweight-cases-dialog.c;h=40951360d70186658642ec2a99c701ed8e9e042c;hb=fd0c595927a23ea0373551a1eed4570388ea0fc5;hp=1871f7aa9c40a417054c69e12bd4665440e7236b;hpb=03134dc262125d1785891d6111eec58ca09b3b54;p=pspp-builds.git diff --git a/src/ui/gui/weight-cases-dialog.c b/src/ui/gui/weight-cases-dialog.c index 1871f7aa..40951360 100644 --- a/src/ui/gui/weight-cases-dialog.c +++ b/src/ui/gui/weight-cases-dialog.c @@ -137,10 +137,6 @@ weight_cases_dialog (GObject *o, gpointer data) "predicate", var_is_numeric, NULL); - psppire_selector_set_select_func (PSPPIRE_SELECTOR (selector), - insert_source_row_into_entry, - NULL); - psppire_selector_set_filter_func (PSPPIRE_SELECTOR (selector), is_currently_in_entry);