X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=amp_filter.c;h=90b5660d835de424be32d13b10ee09c63fb5cf2c;hp=9484966380a3610a8a0bab0a7eeef4bc67f9a21f;hb=bf1831886b93258ffcec63c47d6737fffff53aae;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e diff --git a/amp_filter.c b/amp_filter.c index 94849663..90b5660d 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -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; };