]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
remove duplicated HitTest implementation from wxCheckListBox, it already inherits...
[wxWidgets.git] / src / generic / listctrl.cpp
index a2cf79c342b7a055e57c7539baaf8ab0cc86212a..f33e2b1437adc2b1757254fee60d8a0dd947126b 100644 (file)
@@ -4924,10 +4924,6 @@ void wxListMainWindow::SortItems( wxListCtrlCompare fn, long data )
 
 void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
 {
-    wxPrintf( "wxListMainWindow::OnScroll\n" );
-
-    // HandleOnScroll( event );
-
     // update our idea of which lines are shown when we redraw the window the
     // next time
     ResetVisibleLinesRange();