]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/colour.cpp
fixed code for swapping rect corners if out of order (bug 800180)
[wxWidgets.git] / src / mgl / colour.cpp
index 26c01514a796775d9dca17c9fefc854311d43cfc..9eaf41f563aec351f27913d6dc2cc4a597978906 100644 (file)
@@ -88,14 +88,3 @@ void wxColour::Set(unsigned char r, unsigned char g, unsigned char b)
   m_blue = b;
   m_isInit = TRUE;
 }
-
-// Obsolete
-#if WXWIN_COMPATIBILITY
-void wxColour::Get(unsigned char *r, unsigned char *g, unsigned char *b) const
-{
-  *r = m_red;
-  *g = m_green;
-  *b = m_blue;
-}
-#endif
-