Get rid of macOS 10.7 version checks, they're always true

We don't support OS X < 10.7 anyhow any more.
This commit is contained in:
Vadim Zeitlin
2016-11-26 17:28:12 +01:00
parent 2638869fc7
commit 50190395c6
4 changed files with 4 additions and 17 deletions

View File

@@ -495,11 +495,10 @@ IconRef wxBitmapRefData::GetIconRef()
switch (sz)
{
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
case 1024:
dataType = kIconServices1024PixelDataARGB;
break;
#endif
case 512:
dataType = kIconServices512PixelDataARGB;
break;