X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=2ea7e0c1a626f7ab9306da230dc318b942c5d67a;hb=65d602ed236d685ffec00ad1552a193cf47b2e4d;hp=c3674b13300130593eff77539690187a2abe6558;hpb=2d45d41b2bae93062d76d0dc48a025b348631801;p=pspp diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index c3674b1330..2ea7e0c1a6 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -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