]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
implemented late(r) initialization of wxUniv themes
[wxWidgets.git] / wxPython / src / controls2.i
index 9ace925b79b8752f7ed60d024d6e32be31dbf898..e19424491231fecb3d3552bd192256a6bc76cd8c 100644 (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();