]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
Putting files back in the wxWidgets-$VERSION dir.
[wxWidgets.git] / include / wx / gtk1 / pen.h
index aef98775637fe05f364d68339e4f346ce990d980..fe95ad1003513a813e9134bbfd84dd643a5d430f 100644 (file)
@@ -40,11 +40,6 @@ public:
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
     ~wxPen();
 
-    wxPen( const wxPen& pen )
-        : wxGDIObject()
-        { Ref(pen); }
-    wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxPen& pen ) const;