aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/mhwanh.h
diff options
context:
space:
mode:
authorlukaslw2014-10-07 02:14:12 +0200
committerlukaslw2014-10-07 02:14:12 +0200
commit115340bc874c0a79d64db93e1ed3d914b27fceb5 (patch)
tree985ac62bc785048e49c47a67ba6298a230847489 /engines/prince/mhwanh.h
parentf3965bbe5a6900d324d0602fd16085deec2f9579 (diff)
downloadscummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.tar.gz
scummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.tar.bz2
scummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.zip
PRINCE: Resource loading - renaming
Diffstat (limited to 'engines/prince/mhwanh.h')
-rw-r--r--engines/prince/mhwanh.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/prince/mhwanh.h b/engines/prince/mhwanh.h
index cfa14630b7..f8165a7666 100644
--- a/engines/prince/mhwanh.h
+++ b/engines/prince/mhwanh.h
@@ -50,18 +50,6 @@ private:
byte *_palette;
};
-namespace Resource {
- template <> inline
- bool loadFromStream<MhwanhDecoder>(MhwanhDecoder &image, Common::SeekableReadStream &stream) {
- return image.loadStream(stream);
- }
-
- template <> inline
- bool loadFromStream<Image::BitmapDecoder>(Image::BitmapDecoder &image, Common::SeekableReadStream &stream) {
- return image.loadStream(stream);
- }
-}
-
} // End of namespace Prince
#endif