mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
more cleaning up towards a build
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifdef BEN_COULD_EVER_FINISH_SIXTY_EIGHT
|
||||
|
||||
#ifdef THINGS_WERENT_SO_BUSY
|
||||
|
||||
import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
@@ -59,9 +58,11 @@ public class PdeHistory {
|
||||
ActionListener menuListener;
|
||||
|
||||
|
||||
public PdeHistory(Sketch sketch) {
|
||||
//this.editor = editor;
|
||||
//public PdeHistory(PdeEditor editor) {
|
||||
//this.editor = editor;
|
||||
//}
|
||||
|
||||
public PdeHistory(Sketch sketch) {
|
||||
menu = new JMenu("History");
|
||||
|
||||
menuListener = new ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user