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