summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/mac/qcocoawindow_mac_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/platforms/mac/qcocoawindow_mac_p.h')
-rw-r--r--src/widgets/platforms/mac/qcocoawindow_mac_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/platforms/mac/qcocoawindow_mac_p.h b/src/widgets/platforms/mac/qcocoawindow_mac_p.h
index 9013f66080..704e6bd01c 100644
--- a/src/widgets/platforms/mac/qcocoawindow_mac_p.h
+++ b/src/widgets/platforms/mac/qcocoawindow_mac_p.h
@@ -53,7 +53,6 @@
#ifndef QCOCOAWINDOW_MAC_P
#define QCOCOAWINDOW_MAC_P
-#ifdef QT_MAC_USE_COCOA
#include "qmacdefines_mac.h"
#import <Cocoa/Cocoa.h>
#include <private/qapplication_p.h>
@@ -92,6 +91,5 @@ QT_FORWARD_DECLARE_CLASS(QCocoaDropData);
- (void)drawRectOriginal:(NSRect)rect;
@end
-#endif
#endif