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:
parent
2c0b3fd14c
commit
0df0e6efdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user