X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..31276cb5e77fcddaea54e0ba2f30da5e5d74747c:/include/wx/stubs/icon.h diff --git a/include/wx/stubs/icon.h b/include/wx/stubs/icon.h index f68c23154b..df475672ba 100644 --- a/include/wx/stubs/icon.h +++ b/include/wx/stubs/icon.h @@ -45,7 +45,6 @@ public: // Copy constructors inline wxIcon(const wxIcon& icon) { Ref(icon); } - inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); } wxIcon(const char bits[], int width, int height); wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE,