From af3feed41364e8a2fa01b728dc7932d495182d7a Mon Sep 17 00:00:00 2001 From: Raine Makelainen Date: Mon, 19 Jun 2017 16:12:51 +0300 Subject: [PATCH] Cleanup commented code --- connd/qconnectionagent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index c073c81..d9d3cbb 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -220,8 +220,6 @@ void QConnectionAgent::serviceStateChanged(const QString &state) if (delayedTethering && service->type() == "cellular" && tetheringWifiTech->tethering()) { Q_EMIT tetheringFinished(false); } -// serviceInProgress.clear(); -// // service->requestDisconnect(); } if (delayedTethering && service->type() == "wifi" && state == "association") {