From: Vadim Zeitlin Date: Wed, 22 Oct 2003 07:49:45 +0000 (+0000) Subject: removed duplicate yellow green from colour database X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4bfb5c0cd6376bf1a3ac41b5dc0f3758714eeac removed duplicate yellow green from colour database git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 29b3549a9a..01273b854b 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -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;