aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
authorwhiterandrek2018-06-10 10:54:08 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit58e7d560eefa6e7cd86109f1d4b8227856cc01c8 (patch)
tree5ab267eb29c96c2cab6f7dcd4030f6aa7de12e83 /engines/pink/objects/actions/action_cel.cpp
parentccd0ec7ffb87a17dda58a00a2f6440cca2641997 (diff)
downloadscummvm-rg350-58e7d560eefa6e7cd86109f1d4b8227856cc01c8.tar.gz
scummvm-rg350-58e7d560eefa6e7cd86109f1d4b8227856cc01c8.tar.bz2
scummvm-rg350-58e7d560eefa6e7cd86109f1d4b8227856cc01c8.zip
PINK: inline small functions
Diffstat (limited to 'engines/pink/objects/actions/action_cel.cpp')
-rw-r--r--engines/pink/objects/actions/action_cel.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/pink/objects/actions/action_cel.cpp b/engines/pink/objects/actions/action_cel.cpp
index 4b03f68739..7efd0778c4 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -82,14 +82,6 @@ void ActionCEL::pause(bool paused) {
_decoder->pauseVideo(paused);
}
-uint32 ActionCEL::getZ() {
- return _z;
-}
-
-CelDecoder *ActionCEL::getDecoder() {
- return _decoder;
-}
-
Coordinates ActionCEL::getCoordinates() {
if (!_decoder)
_decoder = _actor->getPage()->loadCel(_fileName);