Skip to content

Commit

Permalink
Removed extraneous commented code.
Browse files Browse the repository at this point in the history
Former-commit-id: d01fa32
  • Loading branch information
ricklon committed Aug 23, 2011
1 parent b890191 commit e1a3bd1
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions app/src/processing/app/Base.java
Expand Up @@ -137,31 +137,6 @@ static public void main(String args[]) {
e.printStackTrace();
}

// if (System.getProperty("mrj.version") != null) {
// //String jv = System.getProperty("java.version");
// String ov = System.getProperty("os.version");
// if (ov.startsWith("10.5")) {
// System.setProperty("apple.laf.useScreenMenuBar", "true");
// }
// }

/*
commandLine = false;
if (args.length >= 2) {
if (args[0].startsWith("--")) {
commandLine = true;
}
}
if (PApplet.javaVersion < 1.5f) {
//System.err.println("no way man");
Base.showError("Need to install Java 1.5",
"This version of Processing requires \n" +
"Java 1.5 or later to run properly.\n" +
"Please visit java.com to upgrade.", null);
}
*/

initPlatform();

// // Set the look and feel before opening the window
Expand Down Expand Up @@ -259,18 +234,6 @@ public Base(String[] args) {
//String workingDirectory = System.getProperty("user.dir");
examplesFolder = getContentFile("examples");

//Debug
//librariesFolder is defined here.
//Check if preference has been overiden.
/*Map<String, String> platformPrefs = getPlatformPreferences(Preferences.get("platform"));
if () {
librariesFolder =
}
else {
librariesFolder = getContentFile("libraries");
}
*/

librariesFolder = getContentFile("libraries");

toolsFolder = getContentFile("tools");
Expand Down

0 comments on commit e1a3bd1

Please sign in to comment.