Skip to content

Commit

Permalink
- removed detection of unsupported macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 28, 2020
1 parent fabe772 commit 51b46f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/posix/cocoa/i_main.mm
Expand Up @@ -103,8 +103,6 @@ void I_DetectOS()

if (10 == version.majorVersion) switch (version.minorVersion)
{
case 7: name = "Mac OS X Lion"; break;
case 8: name = "OS X Mountain Lion"; break;
case 9: name = "OS X Mavericks"; break;
case 10: name = "OS X Yosemite"; break;
case 11: name = "OS X El Capitan"; break;
Expand Down

0 comments on commit 51b46f1

Please sign in to comment.