]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/icon.h
blind compilation fixes for OS/2
[wxWidgets.git] / include / wx / os2 / icon.h
index 9c254a8353c17ba8c1151ba089014dd90e4fb44d..af4208791d177a52855ba3a32bd7d8d84f7e687d 100644 (file)
@@ -64,11 +64,6 @@ public:
                   ,int             nDesiredHeight = -1
                  );
 
-    inline bool operator == (const wxIcon& rIcon) const
-       { return m_refData == rIcon.m_refData; }
-    inline bool operator != (const wxIcon& rIcon) const
-       { return m_refData != rIcon.m_refData; }
-
     wxIconRefData *GetIconData() const { return (wxIconRefData *)m_refData; }
 
     inline void SetHICON(WXHICON hIcon) { SetHandle((WXHANDLE)hIcon); }