aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index 95c10ec790..83a4aec55c 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -65,8 +65,6 @@ public:
static const byte kShadowColor = 191;
- void drawPixel(Graphics::Surface *screen, int32 posX, int32 posY);
-
private:
PrinceEngine *_vm;
bool _changed;