diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index 006ff9fb0b..5e3e75e155 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -2856,10 +2856,6 @@ bool wxMacMLTEHIViewControl::HasFocus() const return control == m_textView ; } -#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4 -#define kCGColorSpaceGenericRGB CFSTR("kCGColorSpaceGenericRGB") -#endif - void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush ) { wxMacMLTEControl::SetBackground( brush ) ;