diff --git a/wxPython/src/_spin.i b/wxPython/src/_spin.i index 0045d2733d..36a921eb3d 100644 --- a/wxPython/src/_spin.i +++ b/wxPython/src/_spin.i @@ -109,14 +109,7 @@ public: virtual void SetRange( int minVal, int maxVal ); virtual int GetMin() const; virtual int GetMax() const; -#ifdef __WXGTK__ - %extend { - void SetSelection(long from, long to) { - } - } -#else void SetSelection(long from, long to); -#endif };