diff --git a/client/settings.cpp b/client/settings.cpp index 80a6be26..93871834 100644 --- a/client/settings.cpp +++ b/client/settings.cpp @@ -240,15 +240,6 @@ Settings::RouteMode Settings::routeMode() const return static_cast(m_settings.value("Conf/routeMode", 0).toInt()); } -Settings::RouteMode Settings::routeMode() const -{ -// TODO implement for mobiles -#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS) - return RouteMode::VpnAllSites; -#endif - return static_cast(m_settings.value("Conf/routeMode", 0).toInt()); -} - bool Settings::addVpnSite(RouteMode mode, const QString &site, const QString &ip) { QVariantMap sites = vpnSites(mode);