PINK: removed unused functions

This commit is contained in:
Andrei Prykhodko 2018-06-23 16:57:00 +03:00 committed by Eugene Sandulenko
parent be3e0148df
commit 7a6c8f70e6
2 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -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; }