From 87366694d82c8d4c7f0bc210e6baa0ccd651d0c2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 7 Jul 2009 19:35:54 +0200 Subject: Remove the internal GUI The GUI is badly designed and too closely coupled to the internal details of other code. The GUI code is in bad shape and unmaintained for years. There is no indication that anyone would maintain it in the future either. Even if someone did volunteer to implement a better integrated GUI having the current code in the tree probably wouldn't help much. So get rid of it. --- stream/cache2.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream') diff --git a/stream/cache2.c b/stream/cache2.c index aeefa73b05..78acdc9845 100644 --- a/stream/cache2.c +++ b/stream/cache2.c @@ -37,7 +37,6 @@ static void *ThreadProc(void *s); #include "stream.h" #include "cache2.h" -extern int use_gui; typedef struct { // constats: @@ -374,9 +373,6 @@ static void ThreadProc( void *s ){ #endif #endif -#ifdef CONFIG_GUI - use_gui = 0; // mp_msg may not use gui stuff in forked code -#endif // cache thread mainloop: signal(SIGTERM,exit_sighandler); // kill do { -- cgit v1.2.3