Remove obsolete class/prop

This commit is contained in:
Raymond 2021-08-31 20:48:28 -04:00
parent 9697f0b7a0
commit 67bd5a5076
2 changed files with 0 additions and 44 deletions

View file

@ -124,11 +124,6 @@ namespace Dalamud.Plugin.Internal
/// </summary>
public bool SafeMode { get; init; }
/// <summary>
/// Gets a list of all IPC subscriptions.
/// </summary>
public List<IpcSubscription> IpcSubscriptions { get; } = new();
/// <summary>
/// Gets the <see cref="PluginConfigurations"/> object used when initializing plugins.
/// </summary>