PINK: removed unused functions
This commit is contained in:
parent
be3e0148df
commit
7a6c8f70e6
2 changed files with 0 additions and 9 deletions
|
@ -45,8 +45,6 @@ protected:
|
||||||
CelVideoTrack(Common::SeekableReadStream *stream, uint16 frameCount, uint16 width, uint16 height, bool skipHeader = false);
|
CelVideoTrack(Common::SeekableReadStream *stream, uint16 frameCount, uint16 width, uint16 height, bool skipHeader = false);
|
||||||
virtual void readHeader();
|
virtual void readHeader();
|
||||||
|
|
||||||
int32 getX() const;
|
|
||||||
int32 getY() const;
|
|
||||||
uint16 getTransparentColourIndex();
|
uint16 getTransparentColourIndex();
|
||||||
|
|
||||||
// Hack. Pink needs so that Track needed an update after lastFrame delay ends
|
// Hack. Pink needs so that Track needed an update after lastFrame delay ends
|
||||||
|
@ -56,9 +54,6 @@ protected:
|
||||||
Common::Point getCenter();
|
Common::Point getCenter();
|
||||||
const Graphics::Surface *getCurrentFrame();
|
const Graphics::Surface *getCurrentFrame();
|
||||||
|
|
||||||
void setX(int32 x);
|
|
||||||
void setY(int32 y);
|
|
||||||
|
|
||||||
void skipFrame();
|
void skipFrame();
|
||||||
|
|
||||||
bool rewind() override;
|
bool rewind() override;
|
||||||
|
|
|
@ -53,10 +53,6 @@ public:
|
||||||
void init(bool isLoadingSave, const Common::String &pageName);
|
void init(bool isLoadingSave, const Common::String &pageName);
|
||||||
void changePage(const Common::String &pageName);
|
void changePage(const Common::String &pageName);
|
||||||
|
|
||||||
void onLeftButtonDown();
|
|
||||||
void onMouseMove();
|
|
||||||
void onKeyboardButtonClick();
|
|
||||||
|
|
||||||
PinkEngine *getGame() const { return _game; }
|
PinkEngine *getGame() const { return _game; }
|
||||||
InventoryMgr *getInventoryMgr() { return &_invMgr; }
|
InventoryMgr *getInventoryMgr() { return &_invMgr; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue