|
3 | 3 | /* |
4 | 4 | Part of the Processing project - http://processing.org |
5 | 5 |
|
| 6 | + Copyright (c) 2012-15 The Processing Foundation |
6 | 7 | Copyright (c) 2008-12 Ben Fry and Casey Reas |
7 | 8 |
|
8 | 9 | This program is free software; you can redistribute it and/or modify |
|
35 | 36 | import processing.app.Util; |
36 | 37 | import processing.app.contrib.ModeContribution; |
37 | 38 | import processing.core.PApplet; |
38 | | -import processing.core.PConstants; |
39 | 39 | import processing.mode.java.runner.Runner; |
40 | 40 |
|
41 | 41 |
|
@@ -96,8 +96,7 @@ public Commander(String[] args) { |
96 | 96 | boolean force = false; // replace that no good output folder |
97 | 97 | // String preferencesPath = null; |
98 | 98 | int platform = PApplet.platform; // default to this platform |
99 | | -// int platformBits = 0; |
100 | | - int platformBits = Base.getNativeBits(); |
| 99 | +// int platformBits = Base.getNativeBits(); |
101 | 100 | int task = HELP; |
102 | 101 | boolean embedJava = true; |
103 | 102 |
|
@@ -153,7 +152,7 @@ public Commander(String[] args) { |
153 | 152 | } |
154 | 153 |
|
155 | 154 | } else if (arg.startsWith(bitsArg)) { |
156 | | - complainAndQuit("The --bits option has been removed from Processing 2.1.", false); |
| 155 | + complainAndQuit("The --bits option has been removed.", false); |
157 | 156 | // String bitsStr = arg.substring(bitsArg.length()); |
158 | 157 | // if (bitsStr.equals("32")) { |
159 | 158 | // platformBits = 32; |
|
0 commit comments