From e4bfb5c0cd6376bf1a3ac41b5dc0f3758714eeac Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Oct 2003 07:49:45 +0000 Subject: [PATCH] removed duplicate yellow green from colour database git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gdicmn.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.0