From 26ccaf1e7ead2457135f34321cc58c8b6f87a9ab Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Thu, 27 Jan 2005 17:31:35 +0000 Subject: - moved template specialisations to bitmap.h for buggy compilers --- bitmap.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'bitmap.c') diff --git a/bitmap.c b/bitmap.c index 8480398..71bfe1d 100644 --- a/bitmap.c +++ b/bitmap.c @@ -1,5 +1,5 @@ /* - * $Id: bitmap.c,v 1.8 2005/01/27 13:03:24 lordjaxom Exp $ + * $Id: bitmap.c,v 1.9 2005/01/27 17:31:35 lordjaxom Exp $ */ #include "bitmap.h" @@ -18,18 +18,6 @@ using namespace Magick; cxCache cText2SkinBitmap::mCache(Text2SkinSetup.MaxCacheFill); -template<> -void cxCache::Delete(const tBitmapSpec &Key, cText2SkinBitmap *&Data) -{ - delete Data; -} - -template<> -void cxCache::Reset(cText2SkinBitmap *&Data) -{ - Data->Reset(); -} - cText2SkinBitmap *cText2SkinBitmap::Load(const std::string &Filename, int Alpha, int height, int width, int colors, bool Quiet) { tBitmapSpec spec(Filename, Alpha, height, width, colors); -- cgit v1.2.3