]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/textctrl.cpp
Changes to allow Cygwin to compile in non-PCH mode
[wxWidgets.git] / src / stubs / textctrl.cpp
index f4fbdd3bbb12dfd5cb495a63c3f524057d93a186..6083ace113eb3907d59ff34cb95513b1e75af78d 100644 (file)
@@ -34,9 +34,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxTextCtrl, wxControl)
 
 BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
-       EVT_CHAR(wxTextCtrl::OnChar)
        EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
-       EVT_ERASE_BACKGROUND(wxTextCtrl::OnEraseBackground)
 END_EVENT_TABLE()
 #endif