aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/qolmsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/qolmsession.h')
-rw-r--r--lib/crypto/qolmsession.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/qolmsession.h b/lib/crypto/qolmsession.h
index 7a040b3d..711ca66b 100644
--- a/lib/crypto/qolmsession.h
+++ b/lib/crypto/qolmsession.h
@@ -73,7 +73,4 @@ private:
static std::variant<std::unique_ptr<QOlmSession>, QOlmError> createInbound(QOlmAccount *account, const QOlmMessage& preKeyMessage, bool from = false, const QString& theirIdentityKey = "");
OlmSession* m_session;
};
-
-using QOlmSessionPtr = std::unique_ptr<QOlmSession>;
-
} //namespace Quotient