summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-04-26 15:05:04 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-04-26 15:05:04 +0000
commit456a8046d611fa30d2ca743a1e5322b7dd238376 (patch)
tree685538ca44d933a7a589e362a89732db6df79bdc
parent97477adf579fa22bbf82e857975e02a68a1d49e4 (diff)
downloadxine-lib-456a8046d611fa30d2ca743a1e5322b7dd238376.tar.gz
xine-lib-456a8046d611fa30d2ca743a1e5322b7dd238376.tar.bz2
removing unused "this" variable and collapsing the code a bit
CVS patchset: 6440 CVS date: 2004/04/26 15:05:04
-rw-r--r--src/input/input_mms.c7
1 files 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) {