diff --git a/src/modules/xhttp_pi/xhttp_pi_fnc.c b/src/modules/xhttp_pi/xhttp_pi_fnc.c index e87beef4069..1a26b6dba3f 100644 --- a/src/modules/xhttp_pi/xhttp_pi_fnc.c +++ b/src/modules/xhttp_pi/xhttp_pi_fnc.c @@ -345,18 +345,11 @@ static const str XHTTP_PI_Response_Menu_Cmd_Table_2 = str_init(" static const str XHTTP_PI_NBSP = str_init(" "); static const str XHTTP_PI_SLASH = str_init("/"); -static const str XHTTP_PI_SEMICOLON = str_init(" : "); static const str XHTTP_PI_SQUOT_GT = str_init("'>"); -static const str XHTTP_PI_NODE_INDENT = str_init("\t"); -static const str XHTTP_PI_NODE_SEPARATOR = str_init(":: "); static const str XHTTP_PI_ATTR_SEPARATOR = str_init(" "); static const str XHTTP_PI_ATTR_VAL_SEPARATOR = str_init("="); -static const str XHTTP_PI_BREAK = str_init("
"); -static const str XHTTP_PI_CODE_1 = str_init("
");
-static const str XHTTP_PI_CODE_2 = str_init("
"); - static const str XHTTP_PI_Post_Form_1 = str_init("\n"\ "
\n" " \n");