]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toplevel.h
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / include / wx / univ / toplevel.h
index 3ab4c58d322914ae6e6e1ade85b6aacc3c03a8c8..aace185fbded88b9a0d1f18ca9e4956557679c71 100644 (file)
@@ -130,7 +130,6 @@ public:
     // implement base class pure virtuals
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual wxPoint GetClientAreaOrigin() const;
-    virtual void SetIcon(const wxIcon& icon) { SetIcons( wxIconBundle( icon ) ); }
     virtual void SetIcons(const wxIconBundle& icons);
 
     // implementation from now on