@@ -1846,19 +1846,6 @@ void SetPortGwEnabledStr(char *str)
}
-/**
- * @brief IP-адрес
- */
-void SetPortGwIpStr(char *str)
-{
- char temp[16];
-
- if (strlen(str) <= sizeof(temp)) {
- ip_strip(str, temp);
- SET_STR_VALUE(sSettings.sPortGw.ip, temp);
- }
-}
/**
* @brief Сетевой порт
*/
@@ -804,11 +804,6 @@ void SetWhiteList5STR(char *str);
void SetPortGwEnabledStr(char *str);
-void SetPortGwIpStr(char *str);