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 dca2508838..2756bf4777 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -46,8 +46,6 @@ public:
void draw(uint16 x, uint16 y, const Graphics::Surface *s);
void drawTransparentIntro(int32 posX, int32 poxY, const Graphics::Surface *s);
- //void drawAsShadow(int32 posX, int32 poxY, const Graphics::Surface *s, byte *shadowTable);
- //void drawMask(int32 posX, int32 posY, int32 width, int32 height, byte *maskData, const Graphics::Surface *originalRoomSurface);
static void drawTransparent(Graphics::Surface *frontScreen, DrawNode *drawNode);
static void drawAsShadow(Graphics::Surface *frontScreen, DrawNode *drawNode);