]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
Triued in vain to fix threads segvs with gcc
[wxWidgets.git] / include / wx / msw / pen.h
index 49339320783b129d25cc7ff680dd288d9263f227..79b162ecd1feb6b6f53622f481bd2ffd81ab2319 100644 (file)
@@ -53,7 +53,6 @@ public:
   wxPen(const wxColour& col, int width, int style);
   wxPen(const wxBitmap& stipple, int width);
   inline wxPen(const wxPen& pen) { Ref(pen); }
-  inline wxPen(const wxPen* pen) { if (pen) Ref(*pen); }
   ~wxPen();
 
   inline wxPen& operator = (const wxPen& pen) { if (*this == pen) return (*this); Ref(pen); return *this; }