summaryrefslogtreecommitdiff
path: root/pcr/arduino/arduino-macosx.patch
blob: cb0603d9b3f2673776f774ec1586b4559490db40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 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) {