summaryrefslogtreecommitdiff
path: root/pcr/arduino/arduino-macosx.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-15 14:29:42 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-15 14:29:42 +0100
commitbbb3bca55520493899bb83864c668ebe7516eeab (patch)
treee38d88269f5877b58c142bf26ba212a7678511dc /pcr/arduino/arduino-macosx.patch
parent131f90dac8d4e418474f309dbc42a52ffe6ff24c (diff)
downloadabslibre-bbb3bca55520493899bb83864c668ebe7516eeab.tar.gz
abslibre-bbb3bca55520493899bb83864c668ebe7516eeab.tar.bz2
abslibre-bbb3bca55520493899bb83864c668ebe7516eeab.zip
pcr/arduino: removed, already in community
Diffstat (limited to 'pcr/arduino/arduino-macosx.patch')
-rw-r--r--pcr/arduino/arduino-macosx.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/arduino/arduino-macosx.patch b/pcr/arduino/arduino-macosx.patch
deleted file mode 100644
index cb0603d9b..000000000
--- a/pcr/arduino/arduino-macosx.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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) {