diff --git a/include/opentxs/client/OTServerConnection.hpp b/include/opentxs/client/OTServerConnection.hpp index b7ef6323bf..3abb62a8f1 100644 --- a/include/opentxs/client/OTServerConnection.hpp +++ b/include/opentxs/client/OTServerConnection.hpp @@ -150,9 +150,6 @@ class OTServerConnection OTMessageBuffer m_listIn; OTMessageBuffer m_listOut; - bool m_bFocused; - TransportCallback* m_pCallback; - OTPseudonym* m_pNym; OTServerContract* m_pServerContract; OTWallet* m_pWallet;