]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valtext.h
don't use static buffer needing a critical section to protect it for logging; this...
[wxWidgets.git] / include / wx / valtext.h
index 43b6380ef379ea3b4da126753cb57d91a892ebe6..394c160fcfe71aa482ef6655b9d3914f460b0ee3 100644 (file)
@@ -102,8 +102,6 @@ protected:
                      _T("No window associated with validator") );
         wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
                      _T("wxTextValidator is only for wxTextCtrl's") );
-        wxCHECK_MSG( m_stringValue, false,
-                     _T("No variable storage for validator") );
 
         return true;
     }