X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/024026be1dddaa0acf1360dc9a3847fd671de7a0..2588b9c467b3a313f516ef81c7d5cfd14d1e8bb6:/include/wx/msw/metafile.h diff --git a/include/wx/msw/metafile.h b/include/wx/msw/metafile.h index 5bca9a99f0..95c316092c 100644 --- a/include/wx/msw/metafile.h +++ b/include/wx/msw/metafile.h @@ -44,7 +44,6 @@ class WXDLLEXPORT wxMetafile: public wxGDIObject { public: wxMetafile(const wxString& file = wxEmptyString); - wxMetafile(const wxMetafile& metafile) { Ref(metafile); } virtual ~wxMetafile(); // After this is called, the metafile cannot be used for anything @@ -69,8 +68,6 @@ public: void SetWindowsMappingMode(int mm); // Operators - wxMetafile& operator=(const wxMetafile& metafile) - { if (*this != metafile) Ref(metafile); return *this; } bool operator==(const wxMetafile& metafile) const { return m_refData == metafile.m_refData; } bool operator!=(const wxMetafile& metafile) const