remove unused getNextMode() method

This commit is contained in:
Ben Fry
2022-02-04 22:03:39 -05:00
parent d89654a324
commit 038901348e
-6
View File
@@ -1011,12 +1011,6 @@ public class Base {
}
/** Used by ThinkDifferent so that it can have a Sketchbook menu. */
public Mode getNextMode() {
return nextMode;
}
/**
* @return true if mode is changed within this window (false if new window)
*/