projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Private gsocket files were using 'typedef int bool', removed this
[wxWidgets.git]
/
src
/
html
/
htmlcell.cpp
diff --git
a/src/html/htmlcell.cpp
b/src/html/htmlcell.cpp
index df31b8559dc1ae7fad5cbf622ee2703b08ec49d9..b8330c4e10d637897ca19b6e4f43d23296399a20 100644
(file)
--- 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", "&"),