@@ -364,12 +364,6 @@ public void actionPerformed(ActionEvent e) {
364
364
private final AbstractAction customFileTypesAction = ExternalFileTypeEditor .getAction (this );
365
365
AbstractAction exportToClipboard = new GeneralAction ("exportToClipboard" ,
366
366
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 ));
373
367
private final AbstractAction autoSetFile = new GeneralAction (Actions .AUTO_SET_FILE ,
374
368
Localization .lang ("Synchronize file links" ),
375
369
Globals .prefs .getKey (KeyBinds .SYNCHRONIZE_FILES ));
@@ -1320,8 +1314,6 @@ private void fillMenu() {
1320
1314
tools .add (abbreviateMedline );
1321
1315
tools .add (unabbreviate );
1322
1316
tools .addSeparator ();
1323
- checkAndFix .add (autoSetPdf );
1324
- checkAndFix .add (autoSetPs );
1325
1317
checkAndFix .add (integrityCheckAction );
1326
1318
tools .add (checkAndFix );
1327
1319
@@ -1535,7 +1527,7 @@ private void initActions() {
1535
1527
* openInspire */
1536
1528
openPdf , openUrl , openFolder , openFile , openSpires , /*openInspire,*/ togglePreview , dupliCheck , /*strictDupliCheck,*/ highlightAll ,
1537
1529
highlightAny , newEntryAction , plainTextImport , massSetField , manageKeywords ,
1538
- closeDatabaseAction , switchPreview , integrityCheckAction , autoSetPdf , autoSetPs ,
1530
+ closeDatabaseAction , switchPreview , integrityCheckAction ,
1539
1531
toggleHighlightAny , toggleHighlightAll , databaseProperties , abbreviateIso ,
1540
1532
abbreviateMedline , unabbreviate , exportAll , exportSelected ,
1541
1533
importCurrent , saveAll , dbConnect , dbExport , focusTable ));
0 commit comments