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. --- mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mplayer.h') diff --git a/mplayer.h b/mplayer.h index 5ca10cec6b..bf83be4951 100644 --- a/mplayer.h +++ b/mplayer.h @@ -47,6 +47,4 @@ static inline void exit_player_bad(const char *how) struct MPContext; -void update_set_of_subtitles(struct MPContext *mpctx); - #endif /* MPLAYER_MPLAYER_H */ -- cgit v1.2.3