ifdef'd out the COSXDragView implementation on osx < 10.7

This commit is contained in:
Nick Bolton 2013-08-30 21:36:04 +00:00
parent fbfea7b543
commit bf0204e7c2

View File

@ -17,6 +17,8 @@
#import "COSXDragView.h"
#ifdef MAC_OS_X_VERSION_10_7
@implementation COSXDragView
- (id)
@ -88,3 +90,5 @@ clearDropTarget
}
@end
#endif