Remove unnecessary wx/log.h from rowheightcache.cpp
Also remove commented out wxLogMessage() call.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user