# HG changeset patch # User Chris Cannam # Date 1570710492 -3600 # Node ID e06cbdc7301c208ad1eb123a5827c91dea563eff # Parent 85ba31c30ea40e69daa44db68853cc18d03c5f15 Fix compiler warnings (and remove obsolete bit of code) diff -r 85ba31c30ea4 -r e06cbdc7301c main/main.cpp --- a/main/main.cpp Thu Oct 10 13:18:06 2019 +0100 +++ b/main/main.cpp Thu Oct 10 13:28:12 2019 +0100 @@ -177,6 +177,7 @@ #else #ifdef Q_OS_MAC myVampPath = myDir + "/../Resources"; + (void)sep; // unused #else if (binaryName != "") { myVampPath = @@ -208,13 +209,6 @@ } svSystemSpecificInitialisation(); - -#ifdef Q_OS_MAC - if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) { - // Fix for OS/X 10.9 font problem - QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande"); - } -#endif TonyApplication application(argc, argv);