[Scummvm-git-logs] scummvm master -> c721e0ce6919ee301158bd7b8299ae2f5588efc0
sev-
noreply at scummvm.org
Tue Dec 26 17:07:46 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c721e0ce69 SCUMM: Remove leftover warning
Commit: c721e0ce6919ee301158bd7b8299ae2f5588efc0
https://github.com/scummvm/scummvm/commit/c721e0ce6919ee301158bd7b8299ae2f5588efc0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-26T18:07:31+01:00
Commit Message:
SCUMM: Remove leftover warning
Changed paths:
engines/scumm/macgui/macgui_impl.cpp
diff --git a/engines/scumm/macgui/macgui_impl.cpp b/engines/scumm/macgui/macgui_impl.cpp
index 9281283237f..e5d2ecf6c92 100644
--- a/engines/scumm/macgui/macgui_impl.cpp
+++ b/engines/scumm/macgui/macgui_impl.cpp
@@ -471,7 +471,6 @@ Graphics::Surface *MacGuiImpl::loadPict(int id) {
// IQ logos are PICT v2
Image::PICTDecoder pict;
if (pict.loadStream(*res)) {
- warning("DECODED");
const Graphics::Surface *s1 = pict.getSurface();
const byte *palette = pict.getPalette();
More information about the Scummvm-git-logs
mailing list