1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Removed stale static variable

This commit is contained in:
Federico Fissore 2015-04-29 11:57:06 +02:00
parent 2288f035b9
commit 3bb6104bc8

View File

@ -99,10 +99,6 @@ public class Base {
// Location for untitled items
static File untitledFolder;
// Current directory to use for relative paths specified on the
// commandline
static String currentDirectory = BaseNoGui.currentDirectory;
// p5 icon for the window
// static Image icon;