Skip to content

Commit

Permalink
delete unused variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
edeso committed Sep 22, 2022
1 parent 1fd9dc5 commit d8955da
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -45,7 +45,6 @@
*/
public abstract class DelegatingTool implements CursorTool {
private CursorTool delegate = new DummyTool();
private LayerViewPanel layerViewPanel;

public CursorTool getDelegate() {
return delegate;
Expand Down Expand Up @@ -89,7 +88,6 @@ public void mouseClicked(MouseEvent e) {
}

public void activate(LayerViewPanel layerViewPanel) {
this.layerViewPanel = layerViewPanel;
delegate.activate(layerViewPanel);
}

Expand Down

0 comments on commit d8955da

Please sign in to comment.