projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Explicitly reject the use of wxTE_PASSWORD in generic wxSpinCtrl.
[wxWidgets.git]
/
src
/
univ
/
listbox.cpp
diff --git
a/src/univ/listbox.cpp
b/src/univ/listbox.cpp
index 520ae86b20c61e16a44417ddee3e0ee08781e2d7..147ebfb148dfe4cf9be1209cc73da746f320f6ce 100644
(file)
--- a/
src/univ/listbox.cpp
+++ b/
src/univ/listbox.cpp
@@
-97,8
+97,6
@@
protected:
// implementation of wxListBox
// ============================================================================
// implementation of wxListBox
// ============================================================================
-IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
-
BEGIN_EVENT_TABLE(wxListBox, wxListBoxBase)
EVT_SIZE(wxListBox::OnSize)
END_EVENT_TABLE()
BEGIN_EVENT_TABLE(wxListBox, wxListBoxBase)
EVT_SIZE(wxListBox::OnSize)
END_EVENT_TABLE()