chore: purge april fools 2022 code

This commit is contained in:
goaaats 2022-04-03 03:02:31 +02:00
parent b2107c6887
commit 76b2129a93
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
6 changed files with 0 additions and 561 deletions

View file

@ -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)