First step in making struct variable opaque: the boring mechanical
[pspp-builds.git] / src / ui / gui / psppire-dict.c
index 435be90cb2a86d17cf0fe9f804f3c8d5c44f7da8..94023f55bded26ed7c944163656951c2c9dd1575 100644 (file)
@@ -472,8 +472,6 @@ psppire_dict_resize_variable(PsppireDict *d, const struct PsppireVariable *pv,
   if ( old_size == new_size ) 
     return ;
 
-  pv->v->nv = new_size;
-
   dict_compact_values(d->dict);
 
   fv = psppire_variable_get_fv(pv);