mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Removed unused variables
This commit is contained in:
parent
60f8a897ed
commit
7819374955
@ -48,10 +48,6 @@ import processing.app.packages.Library;
|
||||
import processing.core.PApplet;
|
||||
|
||||
public class Compiler implements MessageConsumer {
|
||||
static final String BUGS_URL =
|
||||
_("http://github.com/arduino/Arduino/issues");
|
||||
static final String SUPER_BADNESS =
|
||||
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
|
||||
|
||||
private Sketch sketch;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user