Fix on_quote_combo_change callback
[pspp] / src / ui / gui / psppire-dict.h
index c3674b13300130593eff77539690187a2abe6558..2ea7e0c1a626f7ab9306da230dc318b942c5d67a 100644 (file)
@@ -121,10 +121,6 @@ void psppire_dict_replace_dictionary (PsppireDict *, struct dictionary *);
 
 struct variable * psppire_dict_get_weight_variable (const PsppireDict *);
 
-#if DEBUGGING
-void psppire_dict_dump (const PsppireDict *);
-#endif
-
 const gchar *psppire_dict_encoding (const PsppireDict *);
 
 G_END_DECLS