mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unused getNextMode() method
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user