From c0316ded85bbd2098fd51775632ad4c12be95cb9 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Fri, 21 Aug 2020 15:30:54 -0500 Subject: remove fantacrypt --- include/aoapplication.h | 3 --- include/aopacket.h | 4 ---- 2 files changed, 7 deletions(-) (limited to 'include') diff --git a/include/aoapplication.h b/include/aoapplication.h index 60d945ec..dccc85ea 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -63,9 +63,6 @@ public: /////////////////server metadata////////////////// - unsigned int s_decryptor = 5; - bool encryption_needed = true; - bool yellow_text_enabled = false; bool prezoom_enabled = false; bool flipping_enabled = false; diff --git a/include/aopacket.h b/include/aopacket.h index 4097be86..e6369982 100644 --- a/include/aopacket.h +++ b/include/aopacket.h @@ -15,14 +15,10 @@ public: QStringList &get_contents() { return m_contents; } QString to_string(); - void encrypt_header(unsigned int p_key); - void decrypt_header(unsigned int p_key); - void net_encode(); void net_decode(); private: - bool encrypted = false; QString m_header; QStringList m_contents; -- cgit