X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.cpp;h=d48b5c8a7d6160bed5506790ba070d9ca9919417;hb=84b764f48c2bdfb2cd9c3efea689eaf8a9dfca31;hp=2d33a300c3b43a3f5e4f86af5ad0d63278e7f998;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/client/coreconnection.cpp b/src/client/coreconnection.cpp index 2d33a300..d48b5c8a 100644 --- a/src/client/coreconnection.cpp +++ b/src/client/coreconnection.cpp @@ -381,9 +381,7 @@ void CoreConnection::connectToCurrentAccount() connect(_authHandler, &ClientAuthHandler::userAuthenticationRequired, this, &CoreConnection::userAuthenticationRequired); connect(_authHandler, &ClientAuthHandler::handleNoSslInClient, this, &CoreConnection::handleNoSslInClient); connect(_authHandler, &ClientAuthHandler::handleNoSslInCore, this, &CoreConnection::handleNoSslInCore); -#ifdef HAVE_SSL connect(_authHandler, &ClientAuthHandler::handleSslErrors, this, &CoreConnection::handleSslErrors); -#endif connect(_authHandler, &ClientAuthHandler::loginSuccessful, this, &CoreConnection::onLoginSuccessful); connect(_authHandler, &ClientAuthHandler::handshakeComplete, this, &CoreConnection::onHandshakeComplete);