]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
Get rid of mmd->audio_format.
[paraslash.git] / server.h
index 7b2f3590dd9bff3e41a9a4f4543180aca1982304..806a6b01db3c9a6c8f06390806e8d5693390a38c 100644 (file)
--- a/server.h
+++ b/server.h
@@ -63,10 +63,8 @@ struct misc_meta_data {
        size_t size;
        /** the full path of the current audio file */
        char filename[_POSIX_PATH_MAX];
-       /** the last modification file of the current audio file */
+       /** the last modification time of the current audio file */
        time_t mtime;
-       /** the number of the current audio format */
-       int audio_format;
        /** the "old" status flags -- commands may only read them */
        unsigned int vss_status_flags;
        /** The new status flags -- commands may set them. */