]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
Some change logs
[wxWidgets.git] / src / generic / listctrl.cpp
index 5c5a6b521c89be50294d4872d96d02e9d88cd10b..60bc7d5a9d479f0ac7f43ef7717f9fd42313b7df 100644 (file)
@@ -837,11 +837,7 @@ protected:
     // get the colour to be used for drawing the rules
     wxColour GetRuleColour() const
     {
-#ifdef __WXMAC__
-        return *wxWHITE;
-#else
         return wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT);
-#endif
     }
 
 private: