]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
string: Speed up xvasprintf().
[paraslash.git] / amp_filter.c
index 7b59248549b327255e4a9468c14e3f4189764e60..90b5660d835de424be32d13b10ee09c63fb5cf2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2009-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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;
 };