mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
PINK: removed unused functions
This commit is contained in:
parent
be3e0148df
commit
7a6c8f70e6
@ -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;
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user