]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
centralized the handling of border styles; added borders support for wxListBox and...
[wxWidgets.git] / src / mgl / pen.cpp
index 5e125c2d03c201efeb3afaaf168c41b951f6e118..a98e011a9e26aecc5e738147944a09cbcbaa37c4 100644 (file)
@@ -103,18 +103,6 @@ wxPen::wxPen(const wxBitmap& stipple, int width)
     wxBitmapToPixPattern(stipple, &(M_PENDATA->m_pixPattern), NULL);
 }
 
-wxPen::wxPen(const wxPen& pen)
-{
-    Ref(pen);
-}
-
-wxPen& wxPen::operator = (const wxPen& pen)
-{
-    if (*this == pen) return (*this);
-    Ref(pen);
-    return *this;
-}
-
 bool wxPen::operator == (const wxPen& pen) const
 {
     return m_refData == pen.m_refData;