Skip to content

Commit 528da4d

Browse files
committed
Update TrafficDataProvider.cpp
1 parent 71253d5 commit 528da4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/traffic/TrafficDataProvider.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,6 @@ void Traffic::TrafficDataProvider::deferredInitialization()
300300
connect(GlobalObject::platformAdaptor(), &Platform::PlatformAdaptor_Abstract::wifiConnected, this, &Traffic::TrafficDataProvider::connectToTrafficReceiver);
301301

302302
// Real data sources in order of preference, preferred sources first
303-
addDataSource( new Traffic::TrafficDataSource_Tcp(true, QStringLiteral("10.10.10.10"), 2000, this));
304-
addDataSource( new Traffic::TrafficDataSource_Tcp(true, QStringLiteral("192.168.1.1"), 2000, this));
305-
addDataSource( new Traffic::TrafficDataSource_Tcp(true, QStringLiteral("192.168.4.1"), 2000, this));
306-
addDataSource( new Traffic::TrafficDataSource_Tcp(true, QStringLiteral("192.168.10.1"), 2000, this) );
307-
addDataSource( new Traffic::TrafficDataSource_Tcp(true, QStringLiteral("192.168.42.1"), 2000, this) );
308-
addDataSource( new Traffic::TrafficDataSource_Udp(true, 4000, this) );
309-
addDataSource( new Traffic::TrafficDataSource_Udp(true, 49002, this));
310303
loadConnectionInfos();
311304

312305
// Bindings for saving

0 commit comments

Comments
 (0)