[Updater > Module] Further minor source cleanup

This commit is contained in:
Ducko 2022-03-23 19:26:11 +00:00
parent 471084c7ec
commit 007b0f4925
2 changed files with 0 additions and 4 deletions

View File

@ -243,7 +243,6 @@ const initModuleUpdater = () => { // "Old" (not v2 / new, win32 only)
if (!succeeded) {
handleFail();
} else if (updateCount === 0) {
moduleUpdater.setInBackground();
launchMainWindow();
}
});

View File

@ -19,7 +19,6 @@ let settings,
basePath, manifestPath, downloadPath, bootstrapPath,
hostUpdater,
baseUrl, baseQuery,
inBackground,
checking, hostAvail, lastUpdate;
const resetTracking = () => {
@ -360,8 +359,6 @@ exports.checkForUpdates = () => {
}
};
exports.setInBackground = () => inBackground = true;
exports.quitAndInstallUpdates = () => {
log('Modules', 'Relaunching');