diff --git a/Dalamud/Plugin/Ipc/ICallGateProvider.cs b/Dalamud/Plugin/Ipc/ICallGateProvider.cs
index 154ca88d3..f4e5c76d7 100644
--- a/Dalamud/Plugin/Ipc/ICallGateProvider.cs
+++ b/Dalamud/Plugin/Ipc/ICallGateProvider.cs
@@ -13,7 +13,7 @@ public interface ICallGateProvider
{
///
public int SubscriptionCount { get; }
-
+
///
public void UnregisterAction();
@@ -29,14 +29,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage();
@@ -50,14 +42,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1);
@@ -71,14 +55,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2);
@@ -92,14 +68,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3);
@@ -113,14 +81,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
@@ -134,14 +94,6 @@ public interface ICallGateProvider : ICallGateProvider
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5);
@@ -155,14 +107,6 @@ public interface ICallGateProvider : ICallGateProv
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6);
@@ -176,14 +120,6 @@ public interface ICallGateProvider : ICallGate
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7);
@@ -197,14 +133,6 @@ public interface ICallGateProvider : ICall
///
public void RegisterFunc(Func func);
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterAction();
-
- ///
- [Api11ToDo("Remove, it's in the base interface")]
- public new void UnregisterFunc();
///
public void SendMessage(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8);