Skip to content

Commit a0f2c5a

Browse files
committed
cleaning unused lines
1 parent ee53910 commit a0f2c5a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/src/processing/app/ui/EditorStatus.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Part of the Processing project - http://processing.org
55
6-
Copyright (c) 2012-15 The Processing Foundation
6+
Copyright (c) 2012-16 The Processing Foundation
77
Copyright (c) 2004-12 Ben Fry and Casey Reas
88
Copyright (c) 2001-04 Massachusetts Institute of Technology
99
@@ -87,10 +87,6 @@ public class EditorStatus extends BasicSplitPaneDivider { //JPanel {
8787
Image offscreen;
8888
int sizeW, sizeH;
8989

90-
// JButton cancelButton;
91-
// JButton okButton;
92-
// JTextField editField;
93-
9490
int response;
9591

9692
boolean indeterminate;
@@ -112,7 +108,6 @@ public void mouseEntered(MouseEvent e) {
112108

113109
@Override
114110
public void mousePressed(MouseEvent e) {
115-
//if (url != null) {
116111
if (inside) {
117112
Platform.openURL(url);
118113
}

0 commit comments

Comments
 (0)