mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 11:55:15 -04:00
removed unused field
This commit is contained in:
parent
7c76aa8b0e
commit
0accefa14b
@ -647,7 +647,6 @@ public class CircuitComponent extends JComponent {
|
||||
private static final int MIN_SIZE = 8;
|
||||
private Vector corner1;
|
||||
private Vector corner2;
|
||||
private int downButton;
|
||||
private boolean wasReleased;
|
||||
|
||||
private MouseControllerSelect(Cursor cursor) {
|
||||
@ -668,11 +667,6 @@ public class CircuitComponent extends JComponent {
|
||||
removeHighLighted();
|
||||
}
|
||||
|
||||
@Override
|
||||
void pressed(MouseEvent e) {
|
||||
downButton = e.getButton();
|
||||
}
|
||||
|
||||
@Override
|
||||
void released(MouseEvent e) {
|
||||
wasReleased = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user