Tidy up updater namespace

This commit is contained in:
Dean Herbert
2018-07-06 16:39:27 +09:00
parent 7da5a2fec9
commit b8d314a809
3 changed files with 48 additions and 46 deletions

View File

@ -91,10 +91,6 @@ namespace osu.Desktop.Overlays
}
}
};
#if NET_FRAMEWORK
Add(new SquirrelUpdateManager());
#endif
}
protected override void LoadComplete()