]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/metafile.h
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp
[wxWidgets.git] / include / wx / palmos / metafile.h
index 82ab410b5b40f2a0131fc048d6fda61225b95180..71a94deb7a968b7a077852b1efc9c2a76f22df7b 100644 (file)
@@ -68,12 +68,6 @@ public:
     int GetWindowsMappingMode() const { return M_METAFILEDATA->m_windowsMappingMode; }
     void SetWindowsMappingMode(int mm);
 
     int GetWindowsMappingMode() const { return M_METAFILEDATA->m_windowsMappingMode; }
     void SetWindowsMappingMode(int mm);
 
-    // Operators
-    bool operator==(const wxMetafile& metafile) const
-        { return m_refData == metafile.m_refData; }
-    bool operator!=(const wxMetafile& metafile) const
-        { return m_refData != metafile.m_refData; }
-
 private:
     DECLARE_DYNAMIC_CLASS(wxMetafile)
 };
 private:
     DECLARE_DYNAMIC_CLASS(wxMetafile)
 };