removed assert which became incorrect after last change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-08 12:28:48 +00:00
parent e884cfe27d
commit cd318cd31b

View 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 )
{