more cleaning up towards a build

This commit is contained in:
benfry
2004-01-20 04:28:19 +00:00
parent c2d2ad764e
commit fe4c93c104
2 changed files with 20 additions and 12 deletions

View File

@@ -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() {