From c4b169550576b67bf2cecafb83facfc0b6a7f50d Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 10 Nov 2019 16:35:01 +0000 Subject: GRAPHICS: Remove downscalers only used by the Windows CE port --- graphics/scaler/downscaler.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'graphics/scaler/downscaler.h') diff --git a/graphics/scaler/downscaler.h b/graphics/scaler/downscaler.h index ca1137e78b..286879915a 100644 --- a/graphics/scaler/downscaler.h +++ b/graphics/scaler/downscaler.h @@ -32,16 +32,4 @@ */ DECLARE_SCALER(DownscaleAllByHalf); -/** - * This filter (down)scales the source image horizontally by a factor of 1/2. - * For example, a 320x200 image is scaled to 160x200. - */ -DECLARE_SCALER(DownscaleHorizByHalf); - -/** - * This filter (down)scales the source image horizontally by a factor of 3/4. - * For example, a 320x200 image is scaled to 240x200. - */ -DECLARE_SCALER(DownscaleHorizByThreeQuarters); - #endif -- cgit v1.2.3