Removed signal emissions from psppire-dict.c
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 60d52cde9d3831c9cf2b8aa7437c1343da61ff1f..044cbd25ac53bc4a7ab0002eedca007e1fe19091 100644 (file)
@@ -78,15 +78,10 @@ gint psppire_dict_get_var_cnt (const PsppireDict *d);
 */
 struct variable * psppire_dict_lookup_var (const PsppireDict *d, const gchar *name);
 
-/* Tell the dictionary that one of its variable has changed */
-void psppire_dict_var_changed (PsppireDict *d, gint idx);
-
-
 /* Clears the contents of D */
 void psppire_dict_clear (PsppireDict *d);
 
 /* Return the IDXth variable */
-
 struct variable * psppire_dict_get_variable (PsppireDict *d, gint idx);
 
 /* Delete N variables beginning at FIRST */