Skip to content

Commit

Permalink
fix JabRef#3607 autolink cleanup
Browse files Browse the repository at this point in the history
- Removed unused import statements introduced in 64a6005
- Removed extraneous newline introduced in 64a6005
  • Loading branch information
martinfalke committed Mar 3, 2021
1 parent 64a6005 commit 50e98a7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
import javafx.scene.input.MouseButton;
import javafx.scene.input.MouseEvent;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.Background;
import javafx.scene.layout.BackgroundFill;
import javafx.scene.layout.HBox;
import javafx.scene.paint.Color;
import javafx.scene.paint.Paint;
import javafx.scene.text.Text;

import org.jabref.gui.DialogService;
Expand Down Expand Up @@ -181,7 +177,6 @@ private static Node createFileDisplay(LinkedFileViewModel linkedFile) {
HBox container = new HBox(10);
container.setPrefHeight(Double.NEGATIVE_INFINITY);


container.getChildren().addAll(info, acceptAutoLinkedFile, writeXMPMetadata);

return container;
Expand Down

0 comments on commit 50e98a7

Please sign in to comment.