projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04236b7
)
removed debugging wxPrintf() which not only had nothing to do there but also broke...
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jan 2009 11:06:31 +0000
(11:06 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jan 2009 11:06:31 +0000
(11:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58376
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/listctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/listctrl.cpp
b/src/generic/listctrl.cpp
index a2cf79c342b7a055e57c7539baaf8ab0cc86212a..f33e2b1437adc2b1757254fee60d8a0dd947126b 100644
(file)
--- a/
src/generic/listctrl.cpp
+++ b/
src/generic/listctrl.cpp
@@
-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();