]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
Fix for the splashscreen bitmap not showing up in wxGTK.
[wxWidgets.git] / src / common / imagbmp.cpp
index bd8a08abeb78e5deb41def8e1b9e52944ad29545..f50bdbc30e2fd5c4cdebe9c9fc422acd1bd0748f 100644 (file)
@@ -1114,9 +1114,8 @@ bool wxICOHandler::LoadFile(wxImage *image, wxInputStream& stream,
 }
 
 bool wxICOHandler::DoLoadFile(wxImage *image, wxInputStream& stream,
-                            bool verbose, int index)
+                            bool WXUNUSED(verbose), int index)
 {
-    (void) verbose;
     bool bResult = FALSE;
     bool IsBmp = FALSE;