From 855467b5d4a6252ac30963460291b1a9b4c97bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 23 Dec 2007 00:08:46 +0100 Subject: Remove cc_decoder_init function entirely. --- src/spu_dec/xine_cc_decoder.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/spu_dec/xine_cc_decoder.c') diff --git a/src/spu_dec/xine_cc_decoder.c b/src/spu_dec/xine_cc_decoder.c index e8a02a996..b2750aae2 100644 --- a/src/spu_dec/xine_cc_decoder.c +++ b/src/spu_dec/xine_cc_decoder.c @@ -316,8 +316,6 @@ static spu_decoder_t *spudec_open_plugin (spu_decoder_class_t *class, xine_strea this->config_version = 0; this->cc_open = 0; - cc_decoder_init(); - return &this->spu_decoder; } -- cgit v1.2.3