fixes #484 - issues with ssl status indicator
[quassel.git] / src / client / client.cpp
index 41ceb1e..92be56e 100644 (file)
@@ -345,10 +345,6 @@ void Client::createDefaultNetworks() {
   }
 }
 
-void Client::setSecuredConnection() {
-  emit securedConnection();
-}
-
 void Client::disconnectFromCore() {
   if(!isConnected())
     return;