Skip to content

Commit

Permalink
Remove unused BROWSE BibtexSingleField enum
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Mar 31, 2016
1 parent fac6824 commit cf7c0b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public enum BibtexSingleFieldProperties {
DATEPICKER,
JOURNAL_NAMES,
EXTERNAL,
BROWSE,
SET_OWNER,
MONTH,
FILE_EDITOR,
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/net/sf/jabref/gui/entryeditor/EntryEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ public Optional<JComponent> getExtra(final FieldEditor editor) {
} else if (panel.getBibDatabaseContext().getMetaData().getData(Globals.SELECTOR_META_PREFIX + fieldName) != null) {
return FieldExtraComponents.getSelectorExtraComponent(frame, panel, editor, contentSelectors,
getStoreFieldAction());
} else if (fieldExtras.contains(BibtexSingleFieldProperties.BROWSE)) {
return FieldExtraComponents.getBrowseExtraComponent(frame, editor, this);
} else if (fieldExtras.contains(BibtexSingleFieldProperties.URL)) {
return FieldExtraComponents.getURLExtraComponent(editor, getStoreFieldAction());
} else if (fieldExtras.contains(BibtexSingleFieldProperties.SET_OWNER)) {
Expand Down

0 comments on commit cf7c0b0

Please sign in to comment.