From e3dc5e75e394dd6f650f52d93ac58b9694800f56 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 22 Aug 2014 14:24:21 +0200 Subject: [PATCH] Removed unused variables. Small cosmetic changes. --- app/src/processing/app/Base.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 49f1d3f73..dbbc0ca0e 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -305,8 +305,8 @@ public class Base { return file; } + protected static enum ACTION { GUI, NOOP, VERIFY, UPLOAD, GET_PREF }; - protected static enum ACTION { GUI, VERIFY, UPLOAD, NOOP, GET_PREF }; public Base(String[] args) throws Exception { platform.init(this); @@ -359,10 +359,8 @@ public class Base { ACTION action = ACTION.GUI; boolean doVerboseBuild = false; - boolean doVerboseUpload = false;; + boolean doVerboseUpload = false; String getPref = null; - String selectBoard = null; - String selectPort = null; List filenames = new LinkedList(); // Map of possible actions and corresponding options