From f8bd5f9976485960fa7b2ffd1ca2a347044b38ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 11 Dec 2007 13:21:21 +0100 Subject: Remove stray function. --- src/libxineadec/xine_musepack_decoder.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/libxineadec/xine_musepack_decoder.c b/src/libxineadec/xine_musepack_decoder.c index 13f67b137..d2db57806 100644 --- a/src/libxineadec/xine_musepack_decoder.c +++ b/src/libxineadec/xine_musepack_decoder.c @@ -430,10 +430,6 @@ static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stre return &this->audio_decoder; } -static char *get_identifier (audio_decoder_class_t *this) { - return "mpc"; -} - static void dispose_class (audio_decoder_class_t *this_gen) { mpc_class_t *this = (mpc_class_t *)this_gen; -- cgit v1.2.3