X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=eb5392361512c9f021b5f9580259383cc67db7ba;hp=20c61dbac61ab689798c27aff92f479556a04c3f;hb=c4504b23059c36632309f7524b4263fe0a1c234f;hpb=a61e862450dc1e74394bf5bbf7002d9947f98d31 diff --git a/afh.h b/afh.h index 20c61dba..eb539236 100644 --- a/afh.h +++ b/afh.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file afh.h Structures for audio format handling (para_server). */ @@ -84,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. *