X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;fp=afh.h;h=eb5392361512c9f021b5f9580259383cc67db7ba;hp=d2ac93aec96f95a0ca0bf706327f831520145ee7;hb=c4504b23059c36632309f7524b4263fe0a1c234f;hpb=54fda72783697f2258faa95d642224c47454b11b diff --git a/afh.h b/afh.h index d2ac93ae..eb539236 100644 --- 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. *