]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
amp: Remove stray comment.
authorAndre Noll <maan@systemlinux.org>
Fri, 5 Apr 2013 20:10:56 +0000 (20:10 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 6 Apr 2013 15:32:59 +0000 (15:32 +0000)
amp_filter.c

index 9484966380a3610a8a0bab0a7eeef4bc67f9a21f..90b5660d835de424be32d13b10ee09c63fb5cf2c 100644 (file)
@@ -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;
 };