diff options
author | galad87 <[email protected]> | 2015-08-25 20:18:37 +0200 |
---|---|---|
committer | galad87 <[email protected]> | 2015-08-25 20:18:37 +0200 |
commit | 3559c9406be11ee274f452b14b8a0a81c07bb2b5 (patch) | |
tree | 00102a79d3e12d867134f321cb98269605a7317b | |
parent | cf13f36c00f167a055086ff873da67a001a5aa3e (diff) |
Remove a workaround for the 10.6 sdk
-rw-r--r-- | macosx/HBPreviewController.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index 5c33f5865..7449c342d 100644 --- a/macosx/HBPreviewController.m +++ b/macosx/HBPreviewController.m @@ -48,12 +48,6 @@ @end -#if MAC_OS_X_VERSION_MAX_ALLOWED < 1070 -@interface NSWindow(HBExtensions) -@property (readonly) CGFloat backingScaleFactor; -@end -#endif - #define BORDER_SIZE 2.0 // make min width and height of preview window large enough for hud #define MIN_WIDTH 480.0 |