From 59fa2fe885e59760b9d4fb3f4868ef76c3efa609 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 9 Aug 2010 10:22:26 +0000 Subject: inline sendAuthPlain and sendAuthMd5, they don't really help readability --- source/QXmppStream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/QXmppStream.h') diff --git a/source/QXmppStream.h b/source/QXmppStream.h index 419bcb1c..586554b9 100644 --- a/source/QXmppStream.h +++ b/source/QXmppStream.h @@ -173,8 +173,6 @@ private: void sendStartTls(); void sendNonSASLAuth(bool); void sendNonSASLAuthQuery( const QString &to ); - void sendAuthPlain(); - void sendAuthDigestMD5(); void sendAuthDigestMD5ResponseStep1(const QString& challenge); void sendAuthDigestMD5ResponseStep2(); void sendBindIQ(); -- cgit v1.2.3