summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches/patch-af
blob: f174fa00974bbb63b16908fe25fc10da7e230837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-af,v 1.3 2006/06/26 21:12:53 wiz Exp $

--- app/composite/gimp-composite-sse.c.orig	2005-08-15 10:07:03.000000000 +0000
+++ app/composite/gimp-composite-sse.c
@@ -113,7 +113,7 @@ gimp_composite_addition_rgba8_rgba8_rgba
   asm("emms");
 }
 
-
+#if 0
 void
 gimp_composite_burn_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op)
 {
@@ -229,7 +229,7 @@ gimp_composite_burn_rgba8_rgba8_rgba8_ss
 
   asm("emms");
 }
-
+#endif
 
 void
 gimp_composite_darken_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op)