]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove duplicate colour entries.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 12 Jul 2003 02:24:21 +0000 (02:24 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 12 Jul 2003 02:24:21 +0000 (02:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/gdicmn.cpp

index 445f18f4c541a290e7b17e32d31ddac6adc54af4..3aacfbf638645e9d0537ed4611cc311e6045c15e 100644 (file)
@@ -289,10 +289,6 @@ void wxColourDatabase::Initialize ()
         {wxT("WHITE"), 255, 255, 255},
         {wxT("YELLOW"), 255, 255, 0},
         {wxT("YELLOW GREEN"), 153, 204, 50},
-        {wxT("MEDIUM GOLDENROD"), 234, 234, 173},
-        {wxT("MEDIUM FOREST GREEN"), 107, 142, 35},
-        {wxT("LIGHT MAGENTA"), 255, 0, 255},
-        {wxT("MEDIUM GREY"), 100, 100, 100},
     };
 
     size_t      n;