Remove remaining bits of marker drawing during resizing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-06-12 16:15:35 +00:00
parent 0241477aee
commit 58e914f015
2 changed files with 6 additions and 23 deletions

View File

@@ -137,9 +137,6 @@ private:
// given column plus its minimal width and return the effective width
int ConstrainByMinWidth(unsigned int col, int& xPhysical);
// update the current position of the resizing marker
void UpdateResizingMarker(int xPhysical);
// update the information displayed while a column is being moved around
void UpdateReorderingMarker(int xPhysical);