]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
Added IsDynamic to XTI
[wxWidgets.git] / include / wx / x11 / colour.h
index e5735c3b2ec63e04a5019ecec2a108c28a5cfa66..622b55e0145fd8db2e0e026088dea60561bcf2e1 100644 (file)
@@ -58,9 +58,6 @@ public:
     // Get colour from name or wxNullColour
     static wxColour CreateByName(const wxString& name);
 
-    wxColour( const wxColour& col ) { Ref(col); }
-    wxColour& operator = ( const wxColour& col ) { Ref(col); return *this; }
-
     ~wxColour();
 
     bool Ok() const { return m_refData != NULL; }