aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.cpp
diff options
context:
space:
mode:
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