Get rid of v2.8 code
This commit is contained in:
parent
8a64c8abdc
commit
5e2da5a106
124 changed files with 28 additions and 3656 deletions
|
|
@ -34,9 +34,6 @@ public:
|
|||
wxBitmapType type = wxCURSOR_DEFAULT_TYPE,
|
||||
int hotSpotX = 0, int hotSpotY = 0);
|
||||
wxCursor(wxStockCursor id) { InitFromStock(id); }
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
wxCursor(int id) { InitFromStock((wxStockCursor)id); }
|
||||
#endif
|
||||
*/
|
||||
|
||||
virtual wxPoint GetHotSpot() const { return wxDefaultPosition; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue