From 7c02369437f5f7fa0fc40653e362cb1071e0b09b Mon Sep 17 00:00:00 2001 From: Xinyu Hou Date: Mon, 24 Nov 2014 12:01:11 +0000 Subject: [PATCH] Stopped starting synergy when server is detected --- src/gui/src/ZeroconfService.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/src/ZeroconfService.cpp b/src/gui/src/ZeroconfService.cpp index 25ebf7db..6a773f0e 100644 --- a/src/gui/src/ZeroconfService.cpp +++ b/src/gui/src/ZeroconfService.cpp @@ -83,10 +83,6 @@ void ZeroconfService::serverDetected(const QList& list) record.serviceName)); m_pMainWindow->serverDetected(record.serviceName); } - - if (!list.isEmpty()) { - m_pMainWindow->startSynergy(); - } } void ZeroconfService::clientDetected(const QList& list)