Added the ability to run syntax from the syntax editor.
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 3aac1ced4d5f3d47c47ef2b70c00173e8e179a34..5d24198fa3371e3aef1921e0dd97e626269da755 100644 (file)
@@ -66,7 +66,6 @@ struct _PsppireDictClass
 
 /* -- PsppireDict --- */
 GType          psppire_dict_get_type (void);
-PsppireDict*     psppire_dict_new (void);
 PsppireDict*     psppire_dict_new_from_dict (struct dictionary *d);
 void           psppire_dict_set_name (PsppireDict* s, gint idx, const gchar *name);
 void           psppire_dict_delete_var (PsppireDict *s, gint idx);