[Scummvm-git-logs] scummvm master -> 06eaa5e70046105270f8bd0ce9adde023c98d38f

athrxx athrxx at scummvm.org
Thu Dec 31 11:44:34 UTC 2020


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:
06eaa5e700 KYRA: (EOB/SegaCD) - cleanup


Commit: 06eaa5e70046105270f8bd0ce9adde023c98d38f
    https://github.com/scummvm/scummvm/commit/06eaa5e70046105270f8bd0ce9adde023c98d38f
Author: athrxx (athrxx at scummvm.org)
Date: 2020-12-31T12:43:42+01:00

Commit Message:
KYRA: (EOB/SegaCD) - cleanup

(remove useless declaration)

Changed paths:
    engines/kyra/graphics/screen_eob_segacd.cpp


diff --git a/engines/kyra/graphics/screen_eob_segacd.cpp b/engines/kyra/graphics/screen_eob_segacd.cpp
index 6faa7f7ee4..f30432feef 100644
--- a/engines/kyra/graphics/screen_eob_segacd.cpp
+++ b/engines/kyra/graphics/screen_eob_segacd.cpp
@@ -527,7 +527,6 @@ void SegaRenderer::loadStreamToVRAM(Common::SeekableReadStream *in, uint16 addr,
 void SegaRenderer::memsetVRAM(int addr, uint8 val, int len) {
 	assert(addr + len <= 0x10000);
 	memset(_vram + addr, val, len);
-	void checkUpdateDirtyRects(int addr, int len);
 }
 
 void SegaRenderer::fillRectWithTiles(int vramArea, int x, int y, int w, int h, uint16 nameTblEntry, bool incr, bool topToBottom, const uint16 *patternTable) {




More information about the Scummvm-git-logs mailing list