]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir() flags (closes #10422)
[wxWidgets.git] / src / generic / listctrl.cpp
index e9010bfa735b5043c32341c075659182fe4f9aeb..f33e2b1437adc2b1757254fee60d8a0dd947126b 100644 (file)
@@ -43,6 +43,7 @@
     #include "wx/dcscreen.h"
     #include "wx/math.h"
     #include "wx/settings.h"
+    #include "wx/sizer.h"
 #endif
 
 #include "wx/imaglist.h"
@@ -4923,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();