X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..cfcc3671aee71eb6849c5687500ab26e65943b68:/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,