From 11c9983fc9335bad1ad420c92d912d753a965da4 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 8 Nov 2005 16:49:45 +0000 Subject: [PATCH] erroneous leftover hack removed git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1968 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/scalers.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/scalers.c b/sc2/src/sc2code/libs/graphics/sdl/scalers.c index 6236bdcb1..e6a4ae204 100755 --- a/sc2/src/sc2code/libs/graphics/sdl/scalers.c +++ b/sc2/src/sc2code/libs/graphics/sdl/scalers.c @@ -203,9 +203,6 @@ Scale_PrepPlatform (int flags, const SDL_PixelFormat* fmt) Scale_Platform = SCALEPLAT_NULL; - // XXX: Hack to test some code - Scale_MMX_PrepPlatform (fmt); - // first match wins // add better platform techs to the top #ifdef MMX_ASM