[Scummvm-cvs-logs] scummvm master -> 821a7430dac9087399095e89f1e828c29b52d90a

clone2727 clone2727 at gmail.com
Fri Oct 18 05:41:04 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
821a7430da WINTERMUTE: Remove useless __inline


Commit: 821a7430dac9087399095e89f1e828c29b52d90a
    https://github.com/scummvm/scummvm/commit/821a7430dac9087399095e89f1e828c29b52d90a
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-10-17T20:39:05-07:00

Commit Message:
WINTERMUTE: Remove useless __inline

Changed paths:
    engines/wintermute/video/video_theora_player.h



diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index ddeba48..a4f1b9e 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);






More information about the Scummvm-git-logs mailing list