Get rid of v2.8 code

This commit is contained in:
Artur Wieczorek 2022-08-01 17:37:05 +02:00
parent 8a64c8abdc
commit 5e2da5a106
124 changed files with 28 additions and 3656 deletions

View file

@ -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; }