diff --git a/src/controller.cpp b/src/controller.cpp index 9c83cdccb..83fbcd7c9 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -230,9 +230,6 @@ void Controller::invokeLogin() Qt::SingleShotConnection); } }); - connect(connection, &NeoChatConnection::networkError, this, [this](const QString &error, const QString &, int, int) { - Q_EMIT errorOccured(i18n("Network Error: %1", error)); - }); #if Quotient_VERSION_MINOR > 8 connection->assumeIdentity(account.userId(), account.deviceId(), accessToken); #else