mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix warnings
This commit is contained in:
parent
5cdb707ef3
commit
482a607335
1 changed files with 1 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ namespace Dalamud.CorePlugin
|
|||
/// </summary>
|
||||
/// <param name="pluginInterface">Dalamud plugin interface.</param>
|
||||
/// <param name="log">Logging service.</param>
|
||||
public PluginImpl(DalamudPluginInterface pluginInterface, IPluginLog log, ISigScanner scanner)
|
||||
public PluginImpl(DalamudPluginInterface pluginInterface, IPluginLog log)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
@ -66,8 +66,6 @@ namespace Dalamud.CorePlugin
|
|||
|
||||
this.windowSystem.AddWindow(new PluginWindow());
|
||||
|
||||
this.pluginLog.Information(scanner.ToString());
|
||||
|
||||
this.Interface.UiBuilder.Draw += this.OnDraw;
|
||||
this.Interface.UiBuilder.OpenConfigUi += this.OnOpenConfigUi;
|
||||
this.Interface.UiBuilder.OpenMainUi += this.OnOpenMainUi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue