aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pink/cel_decoder.h5
-rw-r--r--engines/pink/objects/module.h4
2 files changed, 0 insertions, 9 deletions
diff --git a/engines/pink/cel_decoder.h b/engines/pink/cel_decoder.h
index 1e9cb411a9..36f8dc2627 100644
--- a/engines/pink/cel_decoder.h
+++ b/engines/pink/cel_decoder.h
@@ -45,8 +45,6 @@ protected:
CelVideoTrack(Common::SeekableReadStream *stream, uint16 frameCount, uint16 width, uint16 height, bool skipHeader = false);
virtual void readHeader();
- int32 getX() const;
- int32 getY() const;
uint16 getTransparentColourIndex();
// Hack. Pink needs so that Track needed an update after lastFrame delay ends
@@ -56,9 +54,6 @@ protected:
Common::Point getCenter();
const Graphics::Surface *getCurrentFrame();
- void setX(int32 x);
- void setY(int32 y);
-
void skipFrame();
bool rewind() override;
diff --git a/engines/pink/objects/module.h b/engines/pink/objects/module.h
index 6c1da99dd3..7d3c15bff0 100644
--- a/engines/pink/objects/module.h
+++ b/engines/pink/objects/module.h
@@ -53,10 +53,6 @@ public:
void init(bool isLoadingSave, const Common::String &pageName);
void changePage(const Common::String &pageName);
- void onLeftButtonDown();
- void onMouseMove();
- void onKeyboardButtonClick();
-
PinkEngine *getGame() const { return _game; }
InventoryMgr *getInventoryMgr() { return &_invMgr; }