From 3bb6104bc8af81a7eaa813e5756ddb9093dc9fa8 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 29 Apr 2015 11:57:06 +0200 Subject: [PATCH] Removed stale static variable --- app/src/processing/app/Base.java | 4 ---- 1 file changed, 4 deletions(-) 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;