]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
adding command key accelerator
[wxWidgets.git] / include / wx / gtk / pen.h
index eb26d53b80c6d9d485f1c5e41f72de76b560e59b..8be99f28b92bee723502d4a363f9f1edfc7214a0 100644 (file)
@@ -36,11 +36,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;