]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/icon.h
[ 1494561 ] wxComboCtrl vertical size fix.
[wxWidgets.git] / include / wx / mgl / icon.h
index bd897febc76cb79e67b973cec6dedffddad8c5cc..03d1c437a106ae683f5cd7902bd4c4effe601aa2 100644 (file)
@@ -28,7 +28,6 @@ class WXDLLEXPORT wxIcon: public wxBitmap
 {
 public:
     wxIcon() : wxBitmap() {}
-    wxIcon(const wxIcon& icon);
     wxIcon(const char **bits, int width=-1, int height=-1);
     wxIcon(char **bits, int width=-1, int height=-1);
 
@@ -43,7 +42,6 @@ public:
     {
     }
 
-    wxIcon& operator=(const wxIcon& icon);
     bool operator==(const wxIcon& icon) const { return m_refData == icon.m_refData; }
     bool operator!=(const wxIcon& icon) const { return !(*this == icon); }