]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colour.cpp
Use DESTDIR properly and fix change-install-names script. Closes #12461
[wxWidgets.git] / src / gtk / colour.cpp
index 6a226d4d0b4dab46b15d4a7590db79030e0f0c58..322689db99e61c7ae036dfe379279152bc5c9afe 100644 (file)
@@ -88,8 +88,6 @@ void wxColourRefData::AllocColour( GdkColormap *cmap )
 // GDK's values are in 0..65535 range, ours are in 0..255
 #define SHIFT  8
 
-IMPLEMENT_DYNAMIC_CLASS(wxColour,wxGDIObject)
-
 wxColour::wxColour(const GdkColor& gdkColor)
 {
     m_refData = new wxColourRefData(gdkColor.red, gdkColor.green, gdkColor.blue);