From 436452d17b68cbd6ca02e00cddf87c95c67cd3db Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 25 Oct 2002 15:36:16 +0000 Subject: remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUT CVS patchset: 2997 CVS date: 2002/10/25 15:36:16 --- src/input/input_plugin.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/input/input_plugin.h') diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 4a3f8ddc2..d647708a9 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.35 2002/10/21 12:57:51 mroi Exp $ + * $Id: input_plugin.h,v 1.36 2002/10/25 15:36:22 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -178,14 +178,6 @@ struct input_plugin_s { #define INPUT_CAP_BLOCK 0x00000002 -/* - * INPUT_CAP_CLUT: - * input plugin can provide an spu color lookup table - * (dvd-specific?) - */ - -#define INPUT_CAP_CLUT 0x00000004 - /* * INPUT_CAP_AUDIOLANG: * INPUT_CAP_SPULANG: @@ -231,7 +223,6 @@ struct input_plugin_s { #define INPUT_OPTIONAL_UNSUPPORTED 0 #define INPUT_OPTIONAL_SUCCESS 1 -#define INPUT_OPTIONAL_DATA_CLUT 1 #define INPUT_OPTIONAL_DATA_AUDIOLANG 2 #define INPUT_OPTIONAL_DATA_SPULANG 3 #define INPUT_OPTIONAL_DATA_TEXTSPU0 4 -- cgit v1.2.3