]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicate yellow green from colour database
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Oct 2003 07:49:45 +0000 (07:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Oct 2003 07:49:45 +0000 (07:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/gdicmn.cpp

index 29b3549a9aeb2f14e82480b1e86dea43c3917f4f..01273b854b44b5bed8dd3edd36cf9e069cecaf15 100644 (file)
@@ -332,7 +332,6 @@ void wxColourDatabase::Initialize()
         {wxT("WHITE"), 255, 255, 255},
         {wxT("YELLOW"), 255, 255, 0},
         {wxT("YELLOW GREEN"), 153, 204, 50},
-        {wxT("YELLOW GREEN"), 153, 204, 50}
     };
 
     size_t n;