aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgagrafx.cpp
diff options
context:
space:
mode:
authorBertrand Augereau2011-09-02 04:33:05 +0200
committerBertrand Augereau2011-09-02 04:33:38 +0200
commit3a5e17d5525bfe1f42a465247b47f4b74d6f5c6c (patch)
treeb5f2a3dcf89421887f472afc71f309c9cd3b1e03 /engines/dreamweb/vgagrafx.cpp
parent483fae0c564973ff27878133749c51fc8111304f (diff)
downloadscummvm-rg350-3a5e17d5525bfe1f42a465247b47f4b74d6f5c6c.tar.gz
scummvm-rg350-3a5e17d5525bfe1f42a465247b47f4b74d6f5c6c.tar.bz2
scummvm-rg350-3a5e17d5525bfe1f42a465247b47f4b74d6f5c6c.zip
DREAMWEB: Removal of stubs that became useless
Diffstat (limited to 'engines/dreamweb/vgagrafx.cpp')
-rw-r--r--engines/dreamweb/vgagrafx.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp
index be3f58ce63..53db811313 100644
--- a/engines/dreamweb/vgagrafx.cpp
+++ b/engines/dreamweb/vgagrafx.cpp
@@ -455,13 +455,6 @@ void DreamGenContext::transferinv() {
data.word(kExframepos) += byteCount;
}
-void DreamGenContext::pixelcheckset() {
- uint8 x = al;
- uint8 y = ah;
- const ObjPos *pos = (const ObjPos *)es.ptr(bx, sizeof(ObjPos));
- flags._z = !pixelcheckset(pos, x, y);
-}
-
bool DreamGenContext::pixelcheckset(const ObjPos *pos, uint8 x, uint8 y) {
x -= pos->xMin;
y -= pos->yMin;