diff --git a/Dalamud/Plugin/Services/IDataManager.cs b/Dalamud/Plugin/Services/IDataManager.cs
index 3ae10b0c7..4977b65b3 100644
--- a/Dalamud/Plugin/Services/IDataManager.cs
+++ b/Dalamud/Plugin/Services/IDataManager.cs
@@ -19,17 +19,7 @@ public interface IDataManager
/// Gets the current game client language.
///
public ClientLanguage Language { get; }
-
- ///
- /// Gets the OpCodes sent by the server to the client.
- ///
- public ReadOnlyDictionary ServerOpCodes { get; }
-
- ///
- /// Gets the OpCodes sent by the client to the server.
- ///
- public ReadOnlyDictionary ClientOpCodes { get; }
-
+
///
/// Gets a object which gives access to any excel/game data.
///