From 8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 25 Oct 2011 07:05:47 +0300 Subject: libmenu: remove OSD menu functionality (--menu) Something like the OSD menu functionality could be useful. However the current implementation has several problems and would require a relatively large amount of work to get into good shape. As far as I know there are few users of the existing functionality. Nobody is working on the existing code and keeping it compiling at all while changing other code would require extra work. So delete the menu code and some related code elsewhere that's used by nothing else. --- mp_core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 4eac430263..d965e6dc2a 100644 --- a/mp_core.h +++ b/mp_core.h @@ -225,9 +225,8 @@ typedef struct MPContext { } MPContext; -// Most of these should not be globals +// should not be global extern FILE *edl_fd; -extern int file_filter; // These appear in options list extern int forced_subs_only; -- cgit v1.2.3