# HG changeset patch # User diego # Date 1235922920 0 # Node ID 983d33669b6b15d12e58cb4f627f0ab5aed06cb0 # Parent c54d67cf49f958c5ff1e3c647fd65dc8c5bd2782 Remove unnecessary linking hack, compilation works fine without. diff -r c54d67cf49f9 -r 983d33669b6b codec-cfg.c --- a/codec-cfg.c Sun Mar 01 15:51:43 2009 +0000 +++ b/codec-cfg.c Sun Mar 01 15:55:20 2009 +0000 @@ -886,14 +886,6 @@ #ifdef CODECS2HTML -/* - * Fake out GUI references when building the codecs2html utility. - */ -#ifdef CONFIG_GUI -void gtkMessageBox( int type,char * str ) { return; } -int use_gui = 0; -#endif - void wrapline(FILE *f2,char *s){ int c; if(!s){