Skip to content

Commit 80a1201

Browse files
Remove some commented code
This code has been commented out since it was added and seems to serve no clear purpose.
1 parent 61d83e6 commit 80a1201

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/src/processing/app/EditorListener.java

-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ public void keyPressed(KeyEvent event) {
5353
if ((event.getModifiers() & CTRL_SHIFT) == CTRL_SHIFT && code == KeyEvent.VK_TAB) {
5454
sketch.handlePrevCode();
5555
}
56-
57-
// if (event.isAltDown() && code == KeyEvent.VK_T) {
58-
// int line = textarea.getCaretLineNumber();
59-
// textarea.setActiveLineRange(line, line + 3);
60-
// }
61-
6256
}
6357

6458
@Override

0 commit comments

Comments
 (0)