mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
chore: purge april fools 2022 code
This commit is contained in:
parent
b2107c6887
commit
76b2129a93
6 changed files with 0 additions and 561 deletions
|
|
@ -53,8 +53,6 @@ namespace Dalamud
|
|||
|
||||
#endregion
|
||||
|
||||
private Fools22? fools22;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Dalamud"/> class.
|
||||
/// </summary>
|
||||
|
|
@ -272,16 +270,6 @@ namespace Dalamud
|
|||
|
||||
Troubleshooting.LogTroubleshooting();
|
||||
|
||||
try
|
||||
{
|
||||
Log.Information("Loading fools22");
|
||||
this.fools22 = new Fools22();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error(ex, "Fools22 load failed.");
|
||||
}
|
||||
|
||||
Log.Information("Dalamud is ready.");
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
@ -372,8 +360,6 @@ namespace Dalamud
|
|||
|
||||
this.processMonoHook?.Dispose();
|
||||
|
||||
this.fools22?.Dispose();
|
||||
|
||||
Log.Debug("Dalamud::Dispose() OK!");
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue