aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/mhwanh.h
diff options
context:
space:
mode:
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