]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/gauge.mm
re-enable using our own resize grip with GTK3, themes can (and do) disable the native...
[wxWidgets.git] / src / cocoa / gauge.mm
index 0f1c122ac4b46da5324932dc1c2920d6bdb22659..c2a48305f77b8befd78073c80911ce2df245b76f 100644 (file)
@@ -27,8 +27,6 @@
 
 #include <math.h>
 
-IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-
 BEGIN_EVENT_TABLE(wxGauge, wxGaugeBase)
 END_EVENT_TABLE()
 // WX_IMPLEMENT_COCOA_OWNER(wxGauge,NSProgressIndicator,NSView,NSView)