Remove unnecessary wx/log.h from rowheightcache.cpp

Also remove commented out wxLogMessage() call.
This commit is contained in:
Vadim Zeitlin
2018-12-07 03:57:07 +01:00
parent d6a137b730
commit 7a949b4566

View File

@@ -23,7 +23,6 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/generic/private/rowheightcache.h" #include "wx/generic/private/rowheightcache.h"
@@ -76,7 +75,6 @@ void RowRanges::Add(const unsigned int row)
break; break;
} }
} }
// wxLogMessage("New Range: %d" , count);
RowRange newRange; RowRange newRange;
newRange.from = row; newRange.from = row;