aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/graphics.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-05-24 14:00:08 +0000
committerPaweł Kołodziejski2006-05-24 14:00:08 +0000
commit20cf952b687739a1647796045c0eeacb1d500e7e (patch)
treefab7c29480b570b97ed90cd3636c09ece3762d13 /engines/agi/graphics.cpp
parent9fc2bc19394937e8373d8afc4db2f7fbc45142a7 (diff)
downloadscummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.tar.gz
scummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.tar.bz2
scummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.zip
removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES
svn-id: r22609
Diffstat (limited to 'engines/agi/graphics.cpp')
-rw-r--r--engines/agi/graphics.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp
index 32b3a9aa22..cf3ccc3577 100644
--- a/engines/agi/graphics.cpp
+++ b/engines/agi/graphics.cpp
@@ -562,8 +562,6 @@ void put_pixels_a(int x, int y, int n, uint8 *p) {
}
}
-#ifdef USE_HIRES
-
void put_pixels_hires(int x, int y, int n, uint8 *p) {
//y += CHAR_LINES;
for (; n--; p++, x++) {
@@ -576,8 +574,6 @@ void put_pixels_hires(int x, int y, int n, uint8 *p) {
}
}
-#endif
-
/**
* Schedule blocks for blitting on the output device.
* This function gets the coordinates of a block in the AGI screen and