Skip to content

Commit 3bb6104

Browse files
author
Federico Fissore
committed
Removed stale static variable
1 parent 2288f03 commit 3bb6104

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/processing/app/Base.java

-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ public boolean apply(UserLibrary library) {
9999
// Location for untitled items
100100
static File untitledFolder;
101101

102-
// Current directory to use for relative paths specified on the
103-
// commandline
104-
static String currentDirectory = BaseNoGui.currentDirectory;
105-
106102
// p5 icon for the window
107103
// static Image icon;
108104

0 commit comments

Comments
 (0)