summaryrefslogtreecommitdiffstats
path: root/libfreerdp/primitives/prim_alphaComp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp/primitives/prim_alphaComp.c')
-rw-r--r--libfreerdp/primitives/prim_alphaComp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libfreerdp/primitives/prim_alphaComp.c b/libfreerdp/primitives/prim_alphaComp.c
index fe4f8dc..ae4917d 100644
--- a/libfreerdp/primitives/prim_alphaComp.c
+++ b/libfreerdp/primitives/prim_alphaComp.c
@@ -17,7 +17,6 @@
* newval = alpha1*val1 + (1-alpha1)*val2
* rather than
* newval = alpha1*val1 + (1-alpha1)*alpha2*val2
- * The IPP gives other options.
*/
#include <freerdp/config.h>