mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
sketchbook finally moving
This commit is contained in:
@@ -22,13 +22,4 @@ public class PdeException extends Exception {
|
||||
return msg;
|
||||
//return (dot == -1) ? msg : msg.substring(dot+1);
|
||||
}
|
||||
|
||||
#ifndef PLAYER
|
||||
#ifdef DBN
|
||||
public PdeException(String message, DbnToken token) {
|
||||
super(message + ", token: " + token.toString());
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user