diff options
Diffstat (limited to 'lib/crypto/qolmmessage.h')
-rw-r--r-- | lib/crypto/qolmmessage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/crypto/qolmmessage.h b/lib/crypto/qolmmessage.h index d203364d..52aba78c 100644 --- a/lib/crypto/qolmmessage.h +++ b/lib/crypto/qolmmessage.h @@ -4,8 +4,6 @@ #pragma once -#ifdef Quotient_E2EE_ENABLED - #include <QObject> #include <QByteArray> @@ -40,7 +38,4 @@ private: Type m_messageType = General; }; - } //namespace Quotient - -#endif // Quotient_E2EE_ENABLED |