diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-22 03:08:28 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-22 03:08:28 -0400 |
| commit | e5ccf7a2a3288569eab210e9d29aeb9dd7964880 (patch) | |
| tree | 765cd7be4db2b42cff23db334615f18f7df36c4e /indra/newview/llappviewer.cpp | |
| parent | fdf404c46165d4faa57678cc3b9ff6af4dda4a01 (diff) | |
Remove dead code for macos versions 10.6 and older
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 2c5c7b6348..88f6005dce 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3172,17 +3172,6 @@ bool LLAppViewer::initWindow() LLNotificationsUI::LLNotificationManager::getInstance(); - -#ifdef LL_DARWIN - //Satisfy both MAINT-3135 (OSX 10.6 and earlier) MAINT-3288 (OSX 10.7 and later) - LLOSInfo& os_info = LLOSInfo::instance(); - if (os_info.mMajorVer == 10 && os_info.mMinorVer < 7) - { - if ( os_info.mMinorVer == 6 && os_info.mBuild < 8 ) - gViewerWindow->getWindow()->setOldResize(true); - } -#endif - if (gSavedSettings.getBOOL("WindowMaximized")) { gViewerWindow->getWindow()->maximize(); |
