From 115340bc874c0a79d64db93e1ed3d914b27fceb5 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Tue, 7 Oct 2014 02:14:12 +0200 Subject: PRINCE: Resource loading - renaming --- engines/prince/mhwanh.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'engines/prince/mhwanh.h') 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 &image, Common::SeekableReadStream &stream) { - return image.loadStream(stream); - } - - template <> inline - bool loadFromStream(Image::BitmapDecoder &image, Common::SeekableReadStream &stream) { - return image.loadStream(stream); - } -} - } // End of namespace Prince #endif -- cgit v1.2.3