]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
amp: Remove stray comment.
[paraslash.git] / 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;
 };