summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index bb09f109fd..2ba7fe60de 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -886,14 +886,6 @@ void list_codecs(int audioflag){
#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){