]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/pen.h
a more easy to use version of wxGetHomeDir() added
[wxWidgets.git] / include / wx / motif / pen.h
index 8a69853d11f347eed81d9793b368eef01dce6015..4bc54d41b796dd7194dd65e135ec140ceb8a1030 100644 (file)
@@ -54,7 +54,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; }