summaryrefslogtreecommitdiff
path: root/src/fl_draw_image_mac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_draw_image_mac.cxx')
-rw-r--r--src/fl_draw_image_mac.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fl_draw_image_mac.cxx b/src/fl_draw_image_mac.cxx
index d22d96c10..a7c14fa9e 100644
--- a/src/fl_draw_image_mac.cxx
+++ b/src/fl_draw_image_mac.cxx
@@ -61,7 +61,6 @@ static void innards(const uchar *buf, int X, int Y, int W, int H,
{
if (!linedelta) linedelta = W*delta;
-#if defined(__APPLE_QUARTZ__)
const void *array = buf;
uchar *tmpBuf = 0;
if (cb) {
@@ -147,9 +146,6 @@ static void innards(const uchar *buf, int X, int Y, int W, int H,
}
}
CGContextSetShouldAntialias(fl_gc, true);
-#else
-# error : you must define __APPLE_QUARTZ__
-#endif
}
void Fl_Device::draw_image(const uchar* buf, int x, int y, int w, int h, int d, int l){