Skip to content

Commit 66974e7

Browse files
committed
Removed unused variables
1 parent 9a50f9f commit 66974e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/processing/app/debug/Compiler.java

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
import processing.core.PApplet;
4848

4949
public class Compiler implements MessageConsumer {
50-
static final String BUGS_URL =
51-
_("http://github.com/arduino/Arduino/issues");
52-
static final String SUPER_BADNESS =
53-
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
5450

5551
private Sketch sketch;
5652

0 commit comments

Comments
 (0)