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
This commit is contained in:
Stefan Csomor
2008-06-04 09:07:16 +00:00
parent 45cf406a74
commit 0e7eeb264e

View File

@@ -35,8 +35,6 @@
#import <OpenGL/OpenGL.h>
#import <OpenGL/gl.h>
#if wxMAC_USE_CORE_GRAPHICS
#include "wx/mac/common/glgrab.h"
@@ -214,4 +212,3 @@ CGImageRef grabViaOpenGL(CGDirectDisplayID display, CGRect srcRect)
return image;
}
#endif