When inserting new cases into the data sheet, initialise them with blank/SYSMIS
[pspp] / src / ui / gui / psppire-dict.c
index 5f2975a1035016d45bf7fcde5384ce211edc3400..a8a8f63640cbc7ec41bed73759aa49e171006422 100644 (file)
@@ -151,8 +151,6 @@ psppire_dict_finalize (GObject *object)
   gint v;
   PsppireDict *d = PSPPIRE_DICT (object);
   
-
-
   for (v = 0 ; v < psppire_dict_get_var_cnt(d) ; ++v ) 
     g_free(d->variables[v]);