X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4294b7832a5aed3c1cccc06aecd227d43da8830..0c77152e0de4e3851ee74e91e19c1394a28eb943:/include/wx/motif/icon.h diff --git a/include/wx/motif/icon.h b/include/wx/motif/icon.h index dcec9a6004..89f048ab15 100644 --- a/include/wx/motif/icon.h +++ b/include/wx/motif/icon.h @@ -43,7 +43,6 @@ public: // Copy constructors inline wxIcon(const wxIcon& icon) { Ref(icon); } - inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); } // Initialize with XBM data wxIcon(const char bits[], int width, int height);