summaryrefslogtreecommitdiff
path: root/src/protocol/internal/fqterm_ssh_packet.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-05-17 11:30:21 +0800
committerIru Cai <mytbk920423@gmail.com>2018-05-21 09:18:16 +0800
commite5120bc8d673987d1088abd2bbdf84d9a94a3cde (patch)
treed279b79d9fa770cd1afb4f0f5650793daac8729c /src/protocol/internal/fqterm_ssh_packet.h
parent144bb1128909b953be7c76e2d022cc86d9fe1062 (diff)
downloadfqterm-e5120bc8d673987d1088abd2bbdf84d9a94a3cde.tar.xz
remove cipher_type_
Diffstat (limited to 'src/protocol/internal/fqterm_ssh_packet.h')
-rw-r--r--src/protocol/internal/fqterm_ssh_packet.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol/internal/fqterm_ssh_packet.h b/src/protocol/internal/fqterm_ssh_packet.h
index ccc7581..b7bec91 100644
--- a/src/protocol/internal/fqterm_ssh_packet.h
+++ b/src/protocol/internal/fqterm_ssh_packet.h
@@ -67,8 +67,6 @@ class FQTermSSHPacketSender: public QObject {
void dataToWrite();
protected:
- int cipher_type_;
-
bool is_mac_;
bool is_compressed_;
@@ -116,8 +114,6 @@ class FQTermSSHPacketReceiver: public QObject {
void packetError(QString);
protected:
- int cipher_type_;
-
bool is_mac_;
bool is_compressed_;