diff --git a/src/core/mac_startup.mm b/src/core/mac_startup.mm index cd9bc3366..d5730fd83 100644 --- a/src/core/mac_startup.mm +++ b/src/core/mac_startup.mm @@ -509,10 +509,6 @@ void DumpDictionary(CFDictionaryRef dict) { static const NSUInteger kFullScreenPrimary = 1 << 7; void EnableFullScreen(const QWidget& main_window) { - if (QSysInfo::MacintoshVersion == QSysInfo::MV_SNOWLEOPARD) { - return; // Unsupported on 10.6 - } - NSView* view = reinterpret_cast(main_window.winId()); NSWindow* window = [view window]; [window setCollectionBehavior:kFullScreenPrimary];