removed duplicities in HTML entities tables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-04-26 22:37:27 +00:00
parent 53a240f02b
commit 891000d61b
2 changed files with 0 additions and 6 deletions

View File

@ -300,9 +300,6 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag)
ESCSEQ("yuml", ""),
ESCSEQ("#60", "<"),
ESCSEQ("#62", ">"),
/* this one should ALWAYS stay the last one!!! */
ESCSEQ("amp", "&"),
ESCSEQ("#38", "&"),

View File

@ -263,9 +263,6 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
ESCSEQ("yuml", ""),
ESCSEQ("#60", "<"),
ESCSEQ("#62", ">"),
/* this one should ALWAYS stay the last one!!! */
ESCSEQ("amp", "&"),
ESCSEQ("#38", "&"),