From 7d7baa9b3dc030fccf45e915f59789a1bd41ba2f Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 8 May 2004 21:15:54 +0000 Subject: [PATCH] Remove duplicate definition caused by last commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gdicmn.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 049d1339dd..5af91e126a 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -217,8 +217,6 @@ bool wxRect::Intersects(const wxRect& rect) const // wxColourDatabase // ============================================================================ -WX_DECLARE_STRING_HASH_MAP( wxColour *, wxStringToColourHashMap ); - // ---------------------------------------------------------------------------- // wxColourDatabase ctor/dtor // ---------------------------------------------------------------------------- -- 2.45.2