]> git.saurik.com Git - wxWidgets.git/commitdiff
removed assert which became incorrect after last change
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Nov 2003 12:28:48 +0000 (12:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Nov 2003 12:28:48 +0000 (12:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 889007ba509afe92ff0201ec47bd0ee73282bff9..33b696bd23cd94633b94e7b9fda69eb673f5e45a 100644 (file)
@@ -2261,8 +2261,6 @@ wxListLineData *wxListMainWindow::GetDummyLine() const
 
 wxCoord wxListMainWindow::GetLineHeight() const
 {
-    wxASSERT_MSG( HasFlag(wxLC_REPORT), _T("only works in report mode") );
-
     // we cache the line height as calling GetTextExtent() is slow
     if ( !m_lineHeight )
     {