diff --git a/src/mac/common/glgrab.c b/src/mac/common/glgrab.c index e372e101c0..ec9ca67522 100644 --- a/src/mac/common/glgrab.c +++ b/src/mac/common/glgrab.c @@ -35,8 +35,6 @@ #import #import -#if wxMAC_USE_CORE_GRAPHICS - #include "wx/mac/common/glgrab.h" @@ -214,4 +212,3 @@ CGImageRef grabViaOpenGL(CGDirectDisplayID display, CGRect srcRect) return image; } -#endif