aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.cpp
diff options
context:
space:
mode:
authorDavid Symonds2007-01-06 17:21:33 +0000
committerDavid Symonds2007-01-06 17:21:33 +0000
commitfc2454556afda5bcd32581e75daff6e0a23bad41 (patch)
tree29494b4fc482a70411c5faa302d489d425950fa1 /engines/agi/graphics.cpp
parente2ff69d230ffe8db5d3af98af9a95f1578296b3e (diff)
downloadscummvm-rg350-fc2454556afda5bcd32581e75daff6e0a23bad41.tar.gz
scummvm-rg350-fc2454556afda5bcd32581e75daff6e0a23bad41.tar.bz2
scummvm-rg350-fc2454556afda5bcd32581e75daff6e0a23bad41.zip
Another set of unused hires code bites the dust.
svn-id: r25036
Diffstat (limited to 'engines/agi/graphics.cpp')
-rw-r--r--engines/agi/graphics.cpp10
1 files changed, 0 insertions, 10 deletions
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