summaryrefslogtreecommitdiffstats
path: root/source/Protocol132.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Protocol132.h')
-rw-r--r--source/Protocol132.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Protocol132.h b/source/Protocol132.h
index d1f1ccbd3..3117af777 100644
--- a/source/Protocol132.h
+++ b/source/Protocol132.h
@@ -62,12 +62,7 @@ protected:
bool m_IsEncrypted;
CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption m_Decryptor;
CryptoPP::CFB_Mode<CryptoPP::AES>::Encryption m_Encryptor;
-
- // DEBUG:
- CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption m_Decryptor2;
AString m_DataToSend;
- int m_CurrentIn, m_CurrentOut;
- int m_EncIn, m_EncOut;
virtual void SendData(const char * a_Data, int a_Size) override;