X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=amp_filter.c;h=90b5660d835de424be32d13b10ee09c63fb5cf2c;hb=6bf2aac1fc048f36d378bbda52a6c636c162c041;hp=9484966380a3610a8a0bab0a7eeef4bc67f9a21f;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3;p=paraslash.git 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; };