]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
afh: Introduce audio_format_names[].
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index d2ac93aec96f95a0ca0bf706327f831520145ee7..eb5392361512c9f021b5f9580259383cc67db7ba 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -80,8 +80,6 @@ struct audio_file_data {
  * in the other part of this struct.
  */
 struct audio_format_handler {
-       /** Name of the audio format. */
-       const char *name;
        /**
         * Pointer to the audio format handler's init function.
         *