diff options
Diffstat (limited to 'graphics/iulib/files/patch-imglib_imgops.h')
-rw-r--r-- | graphics/iulib/files/patch-imglib_imgops.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/iulib/files/patch-imglib_imgops.h b/graphics/iulib/files/patch-imglib_imgops.h deleted file mode 100644 index 471ffb32830a..000000000000 --- a/graphics/iulib/files/patch-imglib_imgops.h +++ /dev/null @@ -1,12 +0,0 @@ ---- imglib/imgops.h.orig 2009-06-09 22:32:20 UTC -+++ imglib/imgops.h -@@ -67,7 +67,8 @@ namespace iulib { - } - - template<class T, class V> -- void addscaled(colib::narray<T> &, colib::narray<T> &, V, int, int); -+ void addscaled(colib::narray<T> &dest, colib::narray<T> &src, -+ V scale=1, int dx=0, int dy=0); - template<class T> - void tighten(colib::narray<T> &image); - template<class T> |