Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Mar 10, 2016
1 parent 204a73e commit 5fc915e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/net/sf/jabref/gui/BasePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2025,10 +2025,6 @@ public void stringsClosing() {
stringDialog = null;
}

public void changeType(BibEntry bes, String type) {
changeType(Arrays.asList(bes), type);
}

public void changeType(String type) {
List<BibEntry> bes = mainTable.getSelectedEntries();
changeType(bes, type);
Expand Down

0 comments on commit 5fc915e

Please sign in to comment.