Removed support for <FRAME> tag.

Framesets aren't used nowadays anymore so it seems reasonable to remove support for them in order to save some space.
This commit is contained in:
Oliver Schmidt 2015-05-25 16:13:24 +02:00
parent 4a6909d16a
commit a8837e230c
4 changed files with 13 additions and 38 deletions

View file

@ -31,9 +31,6 @@ const char html_br[4] =
const char html_form[6] =
/* "form\0" */
{0x66, 0x6f, 0x72, 0x6d, 00, };
const char html_frame[7] =
/* "frame\0" */
{0x66, 0x72, 0x61, 0x6d, 0x65, 00, };
const char html_h1[4] =
/* "h1\0" */
{0x68, 0x31, 00, };