diff --git a/src/propgrid/editors.cpp b/src/propgrid/editors.cpp index 6c12bb79a0..beb3e805aa 100644 --- a/src/propgrid/editors.cpp +++ b/src/propgrid/editors.cpp @@ -732,9 +732,6 @@ void wxPropertyGrid::OnComboItemPaint( const wxPGComboBox* pCb, wxRect& rect, int flags ) { - // Sanity check - wxASSERT( IsKindOf(CLASSINFO(wxPropertyGrid)) ); - wxPGProperty* p = GetSelection(); wxString text;