Remove redundant checks in CNetworkUtils::getKnownLocalIpV4Addresses()

refs #869
This commit is contained in:
Roland Winklmeier
2017-02-15 15:09:36 +01:00
committed by Mathew Sutcliffe
parent 7edd1bb621
commit 98b2061d3d
3 changed files with 6 additions and 10 deletions

View File

@@ -193,7 +193,6 @@ void CSwiftLauncher::loadAbout()
void CSwiftLauncher::initDBusGui()
{
ui->cb_DBusServerAddress->addItem("127.0.0.1");
ui->cb_DBusServerAddress->addItems(CNetworkUtils::getKnownLocalIpV4Addresses());
ui->cb_DBusServerAddress->setCurrentIndex(0);