From 456a8046d611fa30d2ca743a1e5322b7dd238376 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 26 Apr 2004 15:05:04 +0000 Subject: removing unused "this" variable and collapsing the code a bit CVS patchset: 6440 CVS date: 2004/04/26 15:05:04 --- src/input/input_mms.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/input/input_mms.c b/src/input/input_mms.c index f0fd655c6..aa9f6fbfa 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -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_mms.c,v 1.50 2004/04/15 22:10:55 tmattern Exp $ + * $Id: input_mms.c,v 1.51 2004/04/26 15:05:04 mroi Exp $ * * mms input plugin based on work from major mms */ @@ -228,10 +228,7 @@ static off_t mms_plugin_get_length (input_plugin_t *this_gen) { } static uint32_t mms_plugin_get_capabilities (input_plugin_t *this_gen) { - mms_input_plugin_t *this = (mms_input_plugin_t *) this_gen; - uint32_t cap = INPUT_CAP_PREVIEW; - - return cap; + return INPUT_CAP_PREVIEW; } static uint32_t mms_plugin_get_blocksize (input_plugin_t *this_gen) { -- cgit v1.2.3