diff options
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 6a8cf099d..f578bcb99 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -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_plugin.h,v 1.52 2003/10/13 14:52:53 valtri Exp $ + * $Id: input_plugin.h,v 1.53 2003/11/23 23:20:57 valtri Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -228,16 +228,6 @@ struct input_plugin_s { #define INPUT_CAP_BLOCK 0x00000002 /* - * INPUT_CAP_SLOW_SEEK: - * it's set when seeking to end is impossible or problematic - * because of low bandwidth, - * used for non-seekable streams with seeking emulated - * by the RIP input plugin - */ - -#define INPUT_CAP_SLOW_SEEK 0x00000004 - -/* * INPUT_CAP_AUDIOLANG: * INPUT_CAP_SPULANG: * input plugin knows something about audio/spu languages, |