summaryrefslogtreecommitdiff
path: root/src/imageutils.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-24 03:10:24 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-24 03:10:24 (GMT)
commit009baca90428399d4e3540bff18510ef51a28454 (patch)
treec4e377bae63557c060718557186a7484b922edcc /src/imageutils.cc
parente7ea8e12a933849bc6cb9efda5fbb2ac6ddbccab (diff)
move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning
Diffstat (limited to 'src/imageutils.cc')
-rw-r--r--src/imageutils.cc6
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
contact: Jan Huwald // Impressum