From 0e7eeb264e1fe4a0f5491dd268726e514bb23215 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 4 Jun 2008 09:07:16 +0000 Subject: [PATCH] when no prefix used, #if cannot work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/common/glgrab.c | 3 --- 1 file changed, 3 deletions(-) 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