mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Removed stale static variable
This commit is contained in:
parent
2288f035b9
commit
3bb6104bc8
@ -99,10 +99,6 @@ public class Base {
|
|||||||
// Location for untitled items
|
// Location for untitled items
|
||||||
static File untitledFolder;
|
static File untitledFolder;
|
||||||
|
|
||||||
// Current directory to use for relative paths specified on the
|
|
||||||
// commandline
|
|
||||||
static String currentDirectory = BaseNoGui.currentDirectory;
|
|
||||||
|
|
||||||
// p5 icon for the window
|
// p5 icon for the window
|
||||||
// static Image icon;
|
// static Image icon;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user