WINTERMUTE: Remove useless __inline

This commit is contained in:
Matthew Hoops 2013-10-17 23:39:05 -04:00
parent 3c6c91a604
commit 821a7430da

View File

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