From 0f71d59a1410d53a673a49601b19c74640c4aca7 Mon Sep 17 00:00:00 2001 From: icedream Date: Sat, 21 Mar 2015 22:26:09 +0100 Subject: [PATCH] Remove unused RPCClient field from NPClient. --- src/client/NP/NPClient.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/client/NP/NPClient.cs b/src/client/NP/NPClient.cs index 414e996..23e6eff 100644 --- a/src/client/NP/NPClient.cs +++ b/src/client/NP/NPClient.cs @@ -36,11 +36,6 @@ namespace NPSharp.NP _log = LogManager.GetLogger("NPClient"); } - /// - /// The internal RPC client. - /// - public RPCClientStream RPCClient { get; private set; } - /// /// The assigned NP user ID. Will be set on successful authentication. ///