Removed constructor already defined in header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2008-01-12 10:57:13 +00:00
parent 2c0b3fd14c
commit 0df0e6efdc

View File

@ -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;