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. --- input/input.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 69ed394ff2..3a73d4d568 100644 --- a/input/input.h +++ b/input/input.h @@ -140,18 +140,6 @@ typedef enum { MP_CMD_DVDNAV_PREVMENU, MP_CMD_DVDNAV_MOUSECLICK, - /// GUI commands - MP_CMD_GUI_EVENTS = 5000, - MP_CMD_GUI_LOADFILE, - MP_CMD_GUI_LOADSUBTITLE, - MP_CMD_GUI_ABOUT, - MP_CMD_GUI_PLAY, - MP_CMD_GUI_STOP, - MP_CMD_GUI_PLAYLIST, - MP_CMD_GUI_PREFERENCES, - MP_CMD_GUI_FULLSCREEN, - MP_CMD_GUI_SKINBROWSER, - /// DVB commands MP_CMD_DVB_SET_CHANNEL = 5101, @@ -297,7 +285,7 @@ char *mp_input_get_section(struct input_ctx *ictx); // When you create a new driver you should add it in these 2 functions. struct input_conf; -struct input_ctx *mp_input_init(struct input_conf *input_conf, int use_gui); +struct input_ctx *mp_input_init(struct input_conf *input_conf); void mp_input_uninit(struct input_ctx *ictx); -- cgit v1.2.3