--- Arduino-1.6.8.orig/app/src/processing/app/Base.java 2016-03-09 10:01:15.000000000 -0500 +++ Arduino-1.6.8/app/src/processing/app/Base.java 2017-08-13 16:52:59.404525529 -0500 @@ -47,7 +47,6 @@ import processing.app.helpers.filefilters.OnlyFilesWithExtension; import processing.app.javax.swing.filechooser.FileNameExtensionFilter; import processing.app.legacy.PApplet; -import processing.app.macosx.ThinkDifferent; import processing.app.packages.LibraryList; import processing.app.packages.UserLibrary; import processing.app.syntax.PdeKeywords; @@ -129,10 +128,6 @@ splashScreenHelper.splashText(tr("Loading configuration...")); - if (OSUtils.isMacOS()) { - ThinkDifferent.init(); - } - try { guardedMain(args); } catch (Throwable e) {