Blob Blame History Raw
diff -up Arduino-1.8.3/app/src/processing/app/Base.java.macosx Arduino-1.8.3/app/src/processing/app/Base.java
--- Arduino-1.8.3/app/src/processing/app/Base.java.macosx	2017-05-31 11:03:10.000000000 -0400
+++ Arduino-1.8.3/app/src/processing/app/Base.java	2017-08-14 15:25:00.613226485 -0400
@@ -49,7 +49,6 @@ import processing.app.helpers.filefilter
 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;
@@ -132,10 +131,6 @@ public class Base {
     }
     System.setProperty("java.net.useSystemProxies", "true");
 
-    if (OSUtils.isMacOS()) {
-      ThinkDifferent.init();
-    }
-
     try {
       INSTANCE = new Base(args);
     } catch (Throwable e) {