X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26ac77dbe2e99a137619ce316dd5fbaa5bb81093..1978421a6d8b81c1f8a961da4b8ddf544fec7b1b:/src/os2/colour.cpp diff --git a/src/os2/colour.cpp b/src/os2/colour.cpp index 90469cec72..1995b8fa2c 100644 --- a/src/os2/colour.cpp +++ b/src/os2/colour.cpp @@ -103,20 +103,3 @@ void wxColour::Set ( m_bIsInit = TRUE; m_vPixel = OS2RGB (m_cRed, m_cGreen, m_cBlue); } // end of wxColour::Set - -// -// Obsolete -// -#if WXWIN_COMPATIBILITY -void wxColour::Get ( - unsigned char* pRed -, unsigned char* pGreen -, unsigned char* pBlue -) const -{ - *Red = m_cRed; - *Green = m_cGreen; - *Blue = m_cBlue; -} // end of wxColour::Get -#endif -