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. --- mp_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 5b3f954366..31e867c7d3 100644 --- a/mp_core.h +++ b/mp_core.h @@ -11,7 +11,7 @@ #define INITIALIZED_VO 1 #define INITIALIZED_AO 2 -#define INITIALIZED_GUI 4 + #define INITIALIZED_GETCH2 8 #define INITIALIZED_SPUDEC 32 #define INITIALIZED_STREAM 64 -- cgit v1.2.3