mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
* remove unused option
This commit is contained in:
parent
581bd3bdb9
commit
aa5c7b3088
@ -53,7 +53,6 @@ import net.filebot.cli.ArgumentProcessor;
|
||||
import net.filebot.cli.CmdlineOperations;
|
||||
import net.filebot.format.ExpressionFormat;
|
||||
import net.filebot.gio.GVFS;
|
||||
import net.filebot.media.MediaDetection;
|
||||
import net.filebot.ui.MainFrame;
|
||||
import net.filebot.ui.PanelBuilder;
|
||||
import net.filebot.ui.SinglePanelFrame;
|
||||
@ -235,11 +234,6 @@ public class Main {
|
||||
Logger.getLogger(Main.class.getName()).log(Level.WARNING, "Failed to check for updates", e);
|
||||
}
|
||||
}
|
||||
|
||||
// pre-load certain resources in the background
|
||||
if (Boolean.parseBoolean(System.getProperty("application.warmup"))) {
|
||||
MediaDetection.warmupCachedResources();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
// illegal arguments => just print CLI error message and stop
|
||||
System.err.println(e.getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user