From fc2454556afda5bcd32581e75daff6e0a23bad41 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sat, 6 Jan 2007 17:21:33 +0000 Subject: Another set of unused hires code bites the dust. svn-id: r25036 --- engines/agi/graphics.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/agi/graphics.cpp') diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp index ceadda1236..9f9df96bfe 100644 --- a/engines/agi/graphics.cpp +++ b/engines/agi/graphics.cpp @@ -489,16 +489,6 @@ void GfxMgr::putPixelsA(int x, int y, int n, uint8 *p) { } } -void GfxMgr::putPixelsHires(int x, int y, int n, uint8 *p) { - //y += CHAR_LINES; - for (; n--; p++, x++) { - uint8 q = *p; - if (_vm->_debug.priority) - q >>= 4; - agi_screen[x + y * GFX_WIDTH] = q & 0x0f; - } -} - /** * Schedule blocks for blitting on the output device. * This function gets the coordinates of a block in the AGI screen and -- cgit v1.2.3