diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 { |