From ed9997b9faa4af25ca898df9bc9502e1bc2e50ce Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 8 Mar 2003 17:12:09 +0000 Subject: [PATCH] removed double initialization of ScaledImg git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@876 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/tfb_draw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/sc2code/libs/graphics/tfb_draw.c b/sc2/src/sc2code/libs/graphics/tfb_draw.c index 90f2643cc..892d64541 100644 --- a/sc2/src/sc2code/libs/graphics/tfb_draw.c +++ b/sc2/src/sc2code/libs/graphics/tfb_draw.c @@ -263,8 +263,6 @@ TFB_DrawImage_New (TFB_Canvas canvas) img->NormalImg = TFB_DrawCanvas_ToScreenFormat (canvas); } - img->ScaledImg = NULL; - return img; }