@@ -364,12 +364,6 @@ public void actionPerformed(ActionEvent e) {
364364 private final AbstractAction customFileTypesAction = ExternalFileTypeEditor .getAction (this );
365365 AbstractAction exportToClipboard = new GeneralAction ("exportToClipboard" ,
366366 Localization .menuTitle ("Export selected entries to clipboard" ));
367- private final AbstractAction autoSetPdf = new GeneralAction (Actions .AUTO_SET_PDF ,
368- Localization .menuTitle ("Synchronize PDF links" ),
369- prefs .getKey (KeyBinds .SYNCHRONIZE_PDF ));
370- private final AbstractAction autoSetPs = new GeneralAction (Actions .AUTO_SET_PS ,
371- Localization .menuTitle ("Synchronize PS links" ),
372- prefs .getKey (KeyBinds .SYNCHRONIZE_PS ));
373367 private final AbstractAction autoSetFile = new GeneralAction (Actions .AUTO_SET_FILE ,
374368 Localization .lang ("Synchronize file links" ),
375369 Globals .prefs .getKey (KeyBinds .SYNCHRONIZE_FILES ));
@@ -1320,8 +1314,6 @@ private void fillMenu() {
13201314 tools .add (abbreviateMedline );
13211315 tools .add (unabbreviate );
13221316 tools .addSeparator ();
1323- checkAndFix .add (autoSetPdf );
1324- checkAndFix .add (autoSetPs );
13251317 checkAndFix .add (integrityCheckAction );
13261318 tools .add (checkAndFix );
13271319
@@ -1535,7 +1527,7 @@ private void initActions() {
15351527 * openInspire */
15361528 openPdf , openUrl , openFolder , openFile , openSpires , /*openInspire,*/ togglePreview , dupliCheck , /*strictDupliCheck,*/ highlightAll ,
15371529 highlightAny , newEntryAction , plainTextImport , massSetField , manageKeywords ,
1538- closeDatabaseAction , switchPreview , integrityCheckAction , autoSetPdf , autoSetPs ,
1530+ closeDatabaseAction , switchPreview , integrityCheckAction ,
15391531 toggleHighlightAny , toggleHighlightAll , databaseProperties , abbreviateIso ,
15401532 abbreviateMedline , unabbreviate , exportAll , exportSelected ,
15411533 importCurrent , saveAll , dbConnect , dbExport , focusTable ));
0 commit comments