Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HoussemNasri committed Jul 2, 2022
1 parent aaf77ad commit c96b122
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import javafx.beans.binding.BooleanExpression;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.ReadOnlyObjectProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
Expand All @@ -15,14 +14,11 @@
import javafx.scene.layout.AnchorPane;
import javafx.util.StringConverter;

import org.jabref.gui.mergeentries.DiffHighlighting;
import org.jabref.gui.mergeentries.DiffMode;
import org.jabref.gui.mergeentries.newmergedialog.diffhighlighter.DiffHighlighter;

import com.airhacks.afterburner.views.ViewLoader;
import com.tobiasdiez.easybind.EasyBind;
import com.tobiasdiez.easybind.EasyBinding;
import org.apache.commons.lang3.builder.Diff;

public class ThreeWayMergeToolbar extends AnchorPane {
@FXML
Expand Down

0 comments on commit c96b122

Please sign in to comment.