remove stray debugging printf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-14 23:29:08 +00:00
parent 98fa068e79
commit 4cef387341

View File

@@ -4411,7 +4411,6 @@ void wxDataViewCtrl::Expand( const wxDataViewItem & item )
void wxDataViewCtrl::Collapse( const wxDataViewItem & item ) void wxDataViewCtrl::Collapse( const wxDataViewItem & item )
{ {
int row = m_clientArea->GetRowByItem( item ); int row = m_clientArea->GetRowByItem( item );
wxPrintf( "row %d\n", row );
if (row != -1) if (row != -1)
m_clientArea->Collapse(row); m_clientArea->Collapse(row);
} }
@@ -4435,8 +4434,6 @@ void wxDataViewCtrl::StartEditor( const wxDataViewItem & item, unsigned int colu
renderer->StartEditing(item, itemRect); renderer->StartEditing(item, itemRect);
} }
#endif #endif // !wxUSE_GENERICDATAVIEWCTRL
// !wxUSE_GENERICDATAVIEWCTRL
#endif #endif // wxUSE_DATAVIEWCTRL
// wxUSE_DATAVIEWCTRL