]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/artmac.cpp
making method properly const
[wxWidgets.git] / src / osx / artmac.cpp
index 44691cd6e61cfef849443c6b3b23577673ee684e..f5e459009d45b138bd43e091690e09a2369ee00b 100644 (file)
@@ -85,10 +85,7 @@ static wxIconBundle wxMacArtProvider_CreateIconBundle(const wxArtID& id)
     ART_MSGBOX(wxART_GO_HOME,     wxICON_GO_HOME,     home) 
 
     ART_MSGBOX(wxART_HELP_SETTINGS, wxICON_HELP_SETTINGS, htmoptns) 
-    ART_MSGBOX(wxART_HELP_FOLDER, wxICON_HELP_FOLDER, htmfoldr) 
     ART_MSGBOX(wxART_HELP_PAGE,   wxICON_HELP_PAGE,   htmpage) 
-        
-    ART_MSGBOX(wxART_PRINT,       wxICON_PRINT,       print) 
        
     return wxNullIconBundle;
 }