aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video
diff options
context:
space:
mode:
authorMatthew Hoops2013-10-17 23:39:05 -0400
committerMatthew Hoops2013-10-17 23:39:05 -0400
commit821a7430dac9087399095e89f1e828c29b52d90a (patch)
treec9b5a8d381baa49bf5285699c0ce91d4cef2407f /engines/wintermute/video
parent3c6c91a60446016af2554df2ef8eaa6d5f4140ec (diff)
downloadscummvm-rg350-821a7430dac9087399095e89f1e828c29b52d90a.tar.gz
scummvm-rg350-821a7430dac9087399095e89f1e828c29b52d90a.tar.bz2
scummvm-rg350-821a7430dac9087399095e89f1e828c29b52d90a.zip
WINTERMUTE: Remove useless __inline
Diffstat (limited to 'engines/wintermute/video')
-rw-r--r--engines/wintermute/video/video_theora_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index ddeba48bbc..a4f1b9edd6 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -90,7 +90,7 @@ public:
BaseImage *_alphaImage;
Common::String _alphaFilename;
bool setAlphaImage(const Common::String &filename);
- __inline byte getAlphaAt(int x, int y) const;
+ byte getAlphaAt(int x, int y) const;
void writeAlpha();
bool seekToTime(uint32 Time);