diff options
author | vd <vd@FreeBSD.org> | 2008-06-20 02:14:00 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2008-06-20 02:14:00 +0800 |
commit | 6d97ebd93d83cac34d7a175e53074871afffa8b8 (patch) | |
tree | d34320422b8b6ea5348b3309ca15d6132c03835e /graphics/enblend | |
parent | 5f0b9be09cfa157bafd6a2905af049773f85c1df (diff) | |
download | freebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.tar.gz freebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.tar.zst freebsd-ports-gnome-6d97ebd93d83cac34d7a175e53074871afffa8b8.zip |
graphics/enblend:
Remove stale patch file, somehow forgotten in the previous commit.
Reported by: QA Tindy
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/files/patch-src__anneal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/enblend/files/patch-src__anneal.h b/graphics/enblend/files/patch-src__anneal.h deleted file mode 100644 index e116408bb88b..000000000000 --- a/graphics/enblend/files/patch-src__anneal.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/anneal.h.orig Sun Nov 21 18:23:08 2004 -+++ src/anneal.h Mon May 7 21:21:12 2007 -@@ -678,7 +678,7 @@ - - localK = stateSpace->size(); - if (localK < 2) convergedPoints[index] = true; -- kMax = std::max(kMax, stateProbabilities->size()); -+ kMax = std::max((size_t)kMax, stateProbabilities->size()); - - } - |