diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index e720371cda..a1b955d797 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -64,13 +64,6 @@ * Read http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html for more information. */ -/* On some old versions of MAC OS this may not be defined. - * Those versions generally only produce code for PPC. So it should be safe to - * set this to 0. */ -#ifndef kCGBitmapByteOrder32Host -#define kCGBitmapByteOrder32Host 0 -#endif - bool _cocoa_video_started = false; extern bool _tab_is_down;