From e48d6aecae1c442b9a9f7afd4def8ff04e28dde3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2015 11:37:00 -0400 Subject: SHERLOCK: Implement setupBGArea --- engines/sherlock/screen.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines/sherlock/screen.cpp') diff --git a/engines/sherlock/screen.cpp b/engines/sherlock/screen.cpp index b5f731948a..adf3129169 100644 --- a/engines/sherlock/screen.cpp +++ b/engines/sherlock/screen.cpp @@ -508,13 +508,6 @@ int Screen::fadeRead(Common::SeekableReadStream &stream, byte *buf, int totalSiz return totalSize; } -/** - * Creates a grey-scale version of the passed palette - */ -void Screen::setupBGArea(const byte cMap[PALETTE_SIZE]) { - warning("TODO"); -} - void Screen::translatePalette(byte palette[PALETTE_SIZE]) { for (int idx = 0; idx < PALETTE_SIZE; ++idx) palette[idx] = VGA_COLOR_TRANS(palette[idx]); -- cgit v1.2.3