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

@ -9,7 +9,6 @@ extern const char html_a[3];
extern const char html_body[6];
extern const char html_br[4];
extern const char html_form[6];
extern const char html_frame[7];
extern const char html_h1[4];
extern const char html_h2[4];
extern const char html_h3[4];