[Scummvm-git-logs] scummvm master -> 336eadb653185336c72273b3b19a7e7bfee4331b
sev-
noreply at scummvm.org
Sat Aug 31 18:49:53 UTC 2024
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:
336eadb653 QDENGINE: Remove obsolete STUB warning
Commit: 336eadb653185336c72273b3b19a7e7bfee4331b
https://github.com/scummvm/scummvm/commit/336eadb653185336c72273b3b19a7e7bfee4331b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-31T20:49:27+02:00
Commit Message:
QDENGINE: Remove obsolete STUB warning
Changed paths:
engines/qdengine/system/graphics/gr_draw_sprite_rle.cpp
diff --git a/engines/qdengine/system/graphics/gr_draw_sprite_rle.cpp b/engines/qdengine/system/graphics/gr_draw_sprite_rle.cpp
index f2fce6df05a..0d74aed3005 100644
--- a/engines/qdengine/system/graphics/gr_draw_sprite_rle.cpp
+++ b/engines/qdengine/system/graphics/gr_draw_sprite_rle.cpp
@@ -262,7 +262,6 @@ void grDispatcher::putSprMask_rle(int x, int y, int sx, int sy, const RLEBuffer
} else
dy = 1;
- warning("STUB: grDispatcher::putSprMask_rle");
for (int i = 0; i < psy; i++) {
uint16 *scr_buf = reinterpret_cast<uint16 *>(_screenBuf->getBasePtr(x, y));
More information about the Scummvm-git-logs
mailing list