Skip to content

Commit

Permalink
Remove "plain text import" feature (#4717)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 29, 2019
1 parent 3b14c91 commit 6014864
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 904 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
import org.jabref.gui.actions.ManageJournalsAction;
import org.jabref.gui.actions.NewDatabaseAction;
import org.jabref.gui.actions.NewEntryAction;
import org.jabref.gui.actions.NewEntryFromPlainTextAction;
import org.jabref.gui.actions.NewSubLibraryAction;
import org.jabref.gui.actions.OldDatabaseCommandWrapper;
import org.jabref.gui.actions.OpenBrowserAction;
Expand Down Expand Up @@ -795,7 +794,6 @@ private MenuBar createMenu() {
//@formatter:off
library.getItems().addAll(
factory.createMenuItem(StandardActions.NEW_ENTRY, new NewEntryAction(this, dialogService, Globals.prefs)),
factory.createMenuItem(StandardActions.NEW_ENTRY_FROM_PLAINTEX, new NewEntryFromPlainTextAction(this, Globals.prefs.getUpdateFieldPreferences(), dialogService, Globals.prefs)),
factory.createMenuItem(StandardActions.DELETE_ENTRY, new OldDatabaseCommandWrapper(Actions.DELETE, this, Globals.stateManager)),

new SeparatorMenuItem(),
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6014864

Please sign in to comment.