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