From 515c1193c5663e46a313acb7a39ed2f3d209f69e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 10 Mar 2021 18:58:26 +0000 Subject: Issue #1053 - Remove mobile-specific graphics "optimizations" (=compromises) --- gfx/cairo/libpixman/src/pixman-private.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gfx/cairo/libpixman') diff --git a/gfx/cairo/libpixman/src/pixman-private.h b/gfx/cairo/libpixman/src/pixman-private.h index 6af073b55a..2313e65583 100644 --- a/gfx/cairo/libpixman/src/pixman-private.h +++ b/gfx/cairo/libpixman/src/pixman-private.h @@ -9,13 +9,7 @@ #ifndef MOZILLA_VERSION #error "Need mozilla headers" #endif -#ifdef MOZ_GFX_OPTIMIZE_MOBILE -#define LOW_QUALITY_INTERPOLATION -#define LOWER_QUALITY_INTERPOLATION -#define BILINEAR_INTERPOLATION_BITS 4 -#else #define BILINEAR_INTERPOLATION_BITS 7 -#endif #define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS) /* -- cgit v1.2.3