]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
Avoid conflict between new transparency API and old background support.
[wxWidgets.git] / include / wx / mgl / brush.h
index f9ac95c4f18beb02b7baaf5bff431309e0912152..ae8f784b802095a12754794b56de74f960b7b687 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        brush.h
+// Name:        wx/mgl/brush.h
 // Purpose:
 // Author:      Vaclav Slavik
 // Id:          $Id$
@@ -33,9 +33,7 @@ public:
     wxBrush() {}
     wxBrush(const wxColour &colour, int style = wxSOLID);
     wxBrush(const wxBitmap &stippleBitmap);
-    wxBrush(const wxBrush &brush);
     ~wxBrush() {}
-    wxBrush& operator = (const wxBrush& brush);
     bool operator == (const wxBrush& brush) const;
     bool operator != (const wxBrush& brush) const;
     bool Ok() const;