]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
Disable disabling wxWeakRef<T>
[wxWidgets.git] / include / wx / gtk / colour.h
index 4c98208518e14add2e06a3f285170079e36521eb..410705fe656b79f0861fbfa60e0bad7cdbf19faf 100644 (file)
@@ -19,18 +19,13 @@ class WXDLLIMPEXP_CORE wxColour : public wxColourBase
 public:
     // constructors
     // ------------
-
-    // default
-    wxColour() {}
     DEFINE_STD_WXCOLOUR_CONSTRUCTORS
     wxColour(const GdkColor& gdkColor);
 
     virtual ~wxColour();
 
-    bool IsOk() const { return m_refData != NULL; }
-
-    bool operator == ( const wxColour& col ) const;
-    bool operator != ( const wxColour& col ) const { return !(*this == col); }
+    bool operator==(const wxColour& col) const;
+    bool operator!=(const wxColour& col) const { return !(*this == col); }
 
     unsigned char Red() const;
     unsigned char Green() const;