From 78193749551926767ce2fa599f595aa996407302 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 8 Dec 2013 21:12:43 +0100 Subject: [PATCH] Removed unused variables --- app/src/processing/app/debug/Compiler.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/processing/app/debug/Compiler.java b/app/src/processing/app/debug/Compiler.java index 55329cd66..8a38db7e9 100644 --- a/app/src/processing/app/debug/Compiler.java +++ b/app/src/processing/app/debug/Compiler.java @@ -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;