]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
client_common: Improve documentation of client_{pre,post}_select().
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 881db3c24217beff8d2885e1d62c05f3419aa404..b3295f6e2fda111bd30ec5d20cd2431bbea325a6 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -58,8 +58,6 @@ struct afh_info {
 
 /** Data about the current audio file, passed from afs to server. */
 struct audio_file_data {
-       /** The open file descriptor to the current audio file. */
-       int fd;
        /** Vss needs this for streaming. */
        struct afh_info afhi;
        /**