Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
OverlayUI: Remove dead function
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Dec 16, 2014
1 parent 41255d8 commit e231c4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/main/java/lighthouse/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,6 @@ public void show() {
currentOverlay = this;
}

public void outsideClickDismisses() {
stopClickPane.setOnMouseClicked((ev) -> done());
}

private LinkedList<EventHandler<ActionEvent>> afterFade = new LinkedList<>();

@Nullable
Expand Down

0 comments on commit e231c4d

Please sign in to comment.