diff options
Diffstat (limited to 'include/aopacket.h')
| -rw-r--r-- | include/aopacket.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
