]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colour.cpp
Add support for QNX to dialup detection code.
[wxWidgets.git] / src / msw / colour.cpp
index acd528ef631d73a5247c9deaf8776e7b6e24ce7e..9a9a13f98cb15c5aa380039ec223acd0f9edd505 100644 (file)
@@ -74,10 +74,6 @@ void wxColour::Init()
     m_green = 0;
 }
 
-wxColour::~wxColour()
-{
-}
-
 void wxColour::InitRGBA(unsigned char r, unsigned char g, unsigned char b,
                         unsigned char a)
 {