projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed wxHtmlContainerCell to not render off-screen cells
[wxWidgets.git]
/
src
/
common
/
valtext.cpp
diff --git
a/src/common/valtext.cpp
b/src/common/valtext.cpp
index 430ca9b7727cc582e5efe624b71cb4b8e5d8e9c0..bd3d8a0c7524ace20e0c2f1129206a7ffbd51fe2 100644
(file)
--- a/
src/common/valtext.cpp
+++ b/
src/common/valtext.cpp
@@
-79,10
+79,6
@@
bool wxTextValidator::Copy(const wxTextValidator& val)
return true;
}
-wxTextValidator::~wxTextValidator()
-{
-}
-
static bool wxIsAlpha(const wxString& val)
{
int i;