mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 10:38:48 +03:00
ifdef'd out the COSXDragView implementation on osx < 10.7
This commit is contained in:
parent
fbfea7b543
commit
bf0204e7c2
@ -17,6 +17,8 @@
|
||||
|
||||
#import "COSXDragView.h"
|
||||
|
||||
#ifdef MAC_OS_X_VERSION_10_7
|
||||
|
||||
@implementation COSXDragView
|
||||
|
||||
- (id)
|
||||
@ -88,3 +90,5 @@ clearDropTarget
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user