]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/data.cpp
1. some more of "#if wxUSE_XXX" here and there
[wxWidgets.git] / src / msw / data.cpp
index 450f97e1a3aa0293f83994cf07d3c326adb6bab4..dc3a9aa01807986a3222b3c5262d2c303f019581 100644 (file)
@@ -669,7 +669,6 @@ END_EVENT_TABLE()
 BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
     EVT_CHAR(wxTextCtrl::OnChar)
     EVT_DROP_FILES(wxTextCtrl::OnDropFiles)
-    EVT_ERASE_BACKGROUND(wxTextCtrl::OnEraseBackground)
 END_EVENT_TABLE()
 
 #ifdef __WXMSW__