summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-02-25 18:04:08 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-02-25 18:04:08 +0000
commit295f5b05da6ab6246632f26fe31a22283faf8326 (patch)
tree28edba068edb3d3e7f80857732992891982558e1 /src
parente8023bb88716ed8fac7ef7fc59e273639132f059 (diff)
downloadxine-lib-295f5b05da6ab6246632f26fe31a22283faf8326.tar.gz
xine-lib-295f5b05da6ab6246632f26fe31a22283faf8326.tar.bz2
Remove unused code.
CVS patchset: 8627 CVS date: 2007/02/25 18:04:08
Diffstat (limited to 'src')
-rw-r--r--src/input/input_file.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/input/input_file.c b/src/input/input_file.c
index 82e317492..567a41c9f 100644
--- a/src/input/input_file.c
+++ b/src/input/input_file.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_file.c,v 1.120 2007/01/19 01:05:25 dgp85 Exp $
+ * $Id: input_file.c,v 1.121 2007/02/25 18:04:08 dgp85 Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -280,11 +280,6 @@ static off_t file_plugin_get_length (input_plugin_t *this_gen) {
}
static uint32_t file_plugin_get_blocksize (input_plugin_t *this_gen) {
- file_input_plugin_t *this = (file_input_plugin_t *) this_gen;
-#if 0 && defined(HAVE_MMAP)
- if ( check_mmap_file(this) )
- return this->mmap_len;
-#endif
return 0;
}