mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
DalamudInterface doesn't need DataManager
This commit is contained in:
parent
776a838dbe
commit
b02194ca6a
1 changed files with 0 additions and 3 deletions
|
|
@ -57,7 +57,6 @@ internal class DalamudInterface : IInternalDisposableService
|
|||
private readonly Dalamud dalamud;
|
||||
private readonly DalamudConfiguration configuration;
|
||||
private readonly InterfaceManager interfaceManager;
|
||||
private readonly DataManager dataManager;
|
||||
|
||||
private readonly ChangelogWindow changelogWindow;
|
||||
private readonly ColorDemoWindow colorDemoWindow;
|
||||
|
|
@ -99,7 +98,6 @@ internal class DalamudInterface : IInternalDisposableService
|
|||
DalamudConfiguration configuration,
|
||||
FontAtlasFactory fontAtlasFactory,
|
||||
InterfaceManager interfaceManager,
|
||||
DataManager dataManager,
|
||||
PluginImageCache pluginImageCache,
|
||||
DalamudAssetManager dalamudAssetManager,
|
||||
Game.Framework framework,
|
||||
|
|
@ -112,7 +110,6 @@ internal class DalamudInterface : IInternalDisposableService
|
|||
this.dalamud = dalamud;
|
||||
this.configuration = configuration;
|
||||
this.interfaceManager = interfaceManager;
|
||||
this.dataManager = dataManager;
|
||||
|
||||
this.WindowSystem = new WindowSystem("DalamudCore");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue