Removed GetOldIndex, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-02 02:00:32 +00:00
parent a40b5e8474
commit df26d82fc3
3 changed files with 0 additions and 131 deletions

View File

@@ -330,7 +330,6 @@ public:
int m_code;
long m_itemIndex;
long m_oldItemIndex;
int m_col;
bool m_cancelled;
wxPoint m_pointDrag;
@@ -338,8 +337,6 @@ public:
int GetCode();
long GetIndex();
long GetOldIndex();
long GetOldItem();
int GetColumn();
bool Cancelled();
wxPoint GetPoint();