]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
kill the reposition handler in struct audio_format_handler
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 403b7a55e2e62ade3b8a97a1cb2ec2c1bdc06fa4..0ead11e0e997879a6e4ed98cc05770871cb3917f 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -102,14 +102,6 @@ struct audio_format_handler {
         * for closing the file handle. It is assumed to succeed.
        */
        void (*close_audio_file)(void);
-       /**
-        * jump to another position in the current audio file
-        *
-        * This is called if a client issued the ff or jmp command with \a request
-        * being the number of the next chunk that should be sent out. Must return a
-        * positive value on success and a negative value on errors.
-       */
-       int (*reposition_stream)(long unsigned request);
        /**
         * function responsible for reading one data chunk.
         *