]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/icon.h
disable dialup manager for MGL, it doesn't link as there is no DOS implementation...
[wxWidgets.git] / include / wx / generic / icon.h
index 9a6976f6912aaee877aeab9f6ea3f5b7fc56a379..03ffbbef905e070b8671850bf5391a67fe58db70 100644 (file)
@@ -44,11 +44,6 @@ public:
     {
     }
 
-    bool operator==(const wxIcon& icon) const
-        { return m_refData == icon.m_refData; }
-    bool operator!=(const wxIcon& icon) const
-        { return !(*this == icon); }
-
     // create from bitmap (which should have a mask unless it's monochrome):
     // there shouldn't be any implicit bitmap -> icon conversion (i.e. no
     // ctors, assignment operators...), but it's ok to have such function