X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4a81a2e96b5a349ee9430b91d36e7e8a21d7976..65e4e78efb62104d4d0f9ac32e3fff24f9c14b6e:/include/wx/stubs/pen.h?ds=inline

diff --git a/include/wx/stubs/pen.h b/include/wx/stubs/pen.h
index 5097841e34..938908b56b 100644
--- a/include/wx/stubs/pen.h
+++ b/include/wx/stubs/pen.h
@@ -57,7 +57,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; }