From 0df0e6efdc29b850857e905626b47cd8a25374e1 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 12 Jan 2008 10:57:13 +0000 Subject: [PATCH] Removed constructor already defined in header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/colour.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/os2/colour.cpp b/src/os2/colour.cpp index 7dea13b85a..08d79a82f1 100644 --- a/src/os2/colour.cpp +++ b/src/os2/colour.cpp @@ -33,11 +33,6 @@ void wxColour::Init() m_cRed = m_cBlue = m_cGreen = 0; } // end of wxColour::Init -wxColour::wxColour () -{ - Init(); -} // end of wxColour::wxColour - wxColour::wxColour( const wxColour& rCol ) { *this = rCol;