From: Andre Noll Date: Fri, 5 Apr 2013 20:10:56 +0000 (+0000) Subject: amp: Remove stray comment. X-Git-Tag: v0.4.13~48 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6bf2aac1fc048f36d378bbda52a6c636c162c041;ds=sidebyside amp: Remove stray comment. --- 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; };