From 93c4dff094c2e46caa5418beda741214515cb271 Mon Sep 17 00:00:00 2001 From: Eduard Hasenleithner Date: Thu, 16 Aug 2001 18:28:39 +0000 Subject: Forgot to commit: spudec_t is never used. CVS patchset: 436 CVS date: 2001/08/16 18:28:39 --- src/libspudec/spu_decoder_api.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src') diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index a7d75511a..174db342b 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -57,21 +57,6 @@ struct spu_decoder_s { }; - -typedef struct spudec_s spudec_t; - -struct spudec_s { - - /* - * reset spudec for a new stream - * - * clut : pointer to array of 16 cluts for palette info - */ - - void (*spudec_start) (spudec_t *this, clut_t *clut); - -}; - #define SPU_EVENT_BUTTON 0x100 typedef struct spu_button_s spu_button_t; struct spu_button_s { -- cgit v1.2.3