From de096f56a524ce32b598c6b5902252c62ddc8f9b Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Mon, 16 Dec 2019 19:21:22 +0000 Subject: GRAPHICS: Remove unused scaler code --- graphics/scaler/aspect.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'graphics/scaler/aspect.h') diff --git a/graphics/scaler/aspect.h b/graphics/scaler/aspect.h index bb082ebba0..93201c3d40 100644 --- a/graphics/scaler/aspect.h +++ b/graphics/scaler/aspect.h @@ -58,19 +58,4 @@ int stretch200To240(uint8 *buf, int origSrcY, bool interpolate); - -/** - * This filter (up)scales the source image vertically by a factor of 6/5. - * For example, a 320x200 image is scaled to 320x240. - * - * The main difference to the code in graphics/scaler/aspect.cpp is the - * out-of-place operation, omitting a straight blit step the sdl backend - * does. Also, tests show unaligned access errors with the stock aspect scaler. - */ -DECLARE_SCALER(Normal1xAspect); - -#ifdef USE_ARM_SCALER_ASM -DECLARE_SCALER(Normal2xAspect); -#endif - #endif -- cgit v1.2.3