diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 3aea13568..ef424b73b 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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;