diff options
Diffstat (limited to 'src/imageutils.cc')
-rw-r--r-- | src/imageutils.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imageutils.cc b/src/imageutils.cc index e15ba2b..7ee14e9 100644 --- a/src/imageutils.cc +++ b/src/imageutils.cc @@ -8,9 +8,3 @@ void flip_image(const unsigned char *src, unsigned char *dst, size_t pixelsize, memmove(dst + (height - i - 1) * rowBytes, src + i * rowBytes, rowBytes); } } - -#ifdef __APPLE__ -#include "imageutils-macosx.cc" -#else -#include "imageutils-lodepng.cc" -#endif |