]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/textctrl.cpp
changed background color reference from light gray to assigned bkgd color
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
index 006ff9fb0bfba59a1a002789f509a69ad6085355..5e3e75e155a69bb8de1caf6d443e475d295d7ad5 100644 (file)
@@ -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 ) ;