Remove unused usings

This commit is contained in:
naoey
2019-06-11 20:21:06 +05:30
parent 802f48712d
commit 709ca03a08
2 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Game.Database
private readonly List<TDownloadRequestModel> currentDownloads = new List<TDownloadRequestModel>();
protected ArchiveDownloadModelManager(Storage storage, IDatabaseContextFactory contextFactory, IAPIProvider api, MutableDatabaseBackedStoreWithFileIncludes<TModel, TFileModel> modelStore, IIpcHost importHost = null)
:base(storage, contextFactory, modelStore, importHost)
: base(storage, contextFactory, modelStore, importHost)
{
this.api = api;
}