]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/pen.h
Visualage C++ V4.0 has a native long long data type.
[wxWidgets.git] / include / wx / stubs / pen.h
index 5097841e3471107ad07bc0324e7bce44756370c6..938908b56be96ad67d784c31278619e7fd13ef5a 100644 (file)
@@ -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; }