]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/slider.mm
multilib mode
[wxWidgets.git] / src / cocoa / slider.mm
index f239be10036bf5aadbd7005d7d05eb6e7a0ef64b..7e319e48446b3da55c54278e32e1579ba1770bba 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/setup.h"
+#if wxUSE_SLIDER
+
 #include "wx/app.h"
 #include "wx/slider.h"
 
@@ -35,7 +38,6 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID winid,
 
 wxSlider::~wxSlider()
 {
-    CocoaRemoveFromParent();
-    SetNSView(NULL);
 }
 
+#endif // wxUSE_SLIDER