]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/colour.cpp
rtti api mods added
[wxWidgets.git] / src / os2 / colour.cpp
index 90469cec7279bff94e83cd09836574a7475d5ed8..1995b8fa2c90b6535e66e8cc28605e910e5519be 100644 (file)
@@ -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
-