From f26c90bb66c1aa0d8ec7ddcffada1edf1a12bf92 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 9 Jan 2010 20:49:12 +0100 Subject: support for interruption of http streaming at any time --- vfs.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vfs.c') diff --git a/vfs.c b/vfs.c index 0b8fc3b8..aff6c0ad 100644 --- a/vfs.c +++ b/vfs.c @@ -99,10 +99,3 @@ vfs_get_content_genre (DB_FILE *stream) { } return NULL; } - -void -vfs_fstop (DB_FILE *stream) { - if (stream->vfs->stop) { - stream->vfs->stop (stream); - } -} -- cgit v1.2.3