X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=amp_filter.c;h=90b5660d835de424be32d13b10ee09c63fb5cf2c;hp=7b59248549b327255e4a9468c14e3f4189764e60;hb=bf1831886b93258ffcec63c47d6737fffff53aae;hpb=107d4619b3a6a8bdc1a85c8021cb1951244e7626 diff --git a/amp_filter.c b/amp_filter.c index 7b592485..90b5660d 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Andre Noll + * Copyright (C) 2009-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -22,7 +22,6 @@ extern char *stat_item_values[NUM_STAT_ITEMS]; /** Data specific to the amplify filter. */ struct private_amp_data { - /** Points to the configuration data for this instance of this filter. */ /** Amplification factor. */ unsigned amp; };