diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-28 03:55:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-28 03:55:51 (GMT) |
commit | eefcd6d0b271642d470cd55bc47d1579d943938e (patch) | |
tree | 48f9e4db455879025adb9317b740bfa4b72c2d66 /tests/imageutils.h | |
parent | f70578f362c8c2c78036c9de846c20802ac7aa81 (diff) | |
parent | beff2b1f4811b7f9d2b58bfc6a469a363bc9bfd0 (diff) |
Merge branch 'master' into epec-kernel
Conflicts:
src/PolySetCGALEvaluator.cc
Diffstat (limited to 'tests/imageutils.h')
-rw-r--r-- | tests/imageutils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/imageutils.h b/tests/imageutils.h deleted file mode 100644 index 72602a2..0000000 --- a/tests/imageutils.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef IMAGEUTILS_H_ -#define IMAGEUTILS_H_ - -#include <stdlib.h> - -bool write_png(const char *filename, unsigned char *pixels, int width, int height); -void flip_image(const unsigned char *src, unsigned char *dst, size_t pixelsize, size_t width, size_t height); - -#endif |