From 891000d61bd6f34749efd472e0a1960aae75abd6 Mon Sep 17 00:00:00 2001
From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= <vslavik@fastmail.fm>
Date: Thu, 26 Apr 2001 22:37:27 +0000
Subject: [PATCH] removed duplicities in HTML entities tables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/html/helpdata.cpp | 3 ---
 src/html/htmlcell.cpp | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp
index ca94e3feaf..5e35fe729e 100644
--- a/src/html/helpdata.cpp
+++ b/src/html/helpdata.cpp
@@ -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", "&"),
diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp
index df31b8559d..b8330c4e10 100644
--- a/src/html/htmlcell.cpp
+++ b/src/html/htmlcell.cpp
@@ -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", "&"),
-- 
2.47.2