]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/control.cpp
fixed spelling mistake in comment
[wxWidgets.git] / src / mac / carbon / control.cpp
index 66c8c8f7c500a1dea40a97c8e25a1ce943c3ce7e..8f7163487bdf0f38c036035cead9f05a87750220 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "control.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/control.h"
@@ -31,9 +27,7 @@
 #include "wx/sizer.h"
 #include "wx/stattext.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
-#endif
 
 #include "wx/mac/uma.h"
 #include "wx/mac/private.h"