diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 19:21:46 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 19:21:46 +0100 |
commit | ef8cf26197068261acd3ff8dc37f664fe979d337 (patch) | |
tree | 169f84284d805ad113a20abcaba8a83eded9075a /src | |
parent | 68fa754870eac5150ae6e96a1a5e18c1f07f63dd (diff) | |
download | xine-lib-ef8cf26197068261acd3ff8dc37f664fe979d337.tar.gz xine-lib-ef8cf26197068261acd3ff8dc37f664fe979d337.tar.bz2 |
Remove stray variable.
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/load_plugins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 0a885f2d9..4103df507 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -2581,7 +2581,6 @@ char *xine_get_demux_for_mime_type (xine_t *self, const char *mime_type) { char *id = NULL; char *mime_arg, *mime_demux; char *s; - const char *mt; int list_id, list_size; /* create a copy and convert to lower case */ |