changeset 28747:983d33669b6b

Remove unnecessary linking hack, compilation works fine without.
author diego
date Sun, 01 Mar 2009 15:55:20 +0000
parents c54d67cf49f9
children 06983ef189b9
files codec-cfg.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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){