// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#include "wx/setup.h"
+#if wxUSE_SLIDER
+
#include "wx/app.h"
#include "wx/slider.h"
wxSlider::~wxSlider()
{
- CocoaRemoveFromParent();
- SetNSView(NULL);
}
+#endif // wxUSE_SLIDER