From bc9ad467f0886f8799c2c4781b1a0b654b362ecf Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 18 Feb 2018 21:07:51 +0100 Subject: Remove no longer relevant ClearType prefs. Tag #22 --- gfx/thebes/gfxWindowsPlatform.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gfx/thebes/gfxWindowsPlatform.h') diff --git a/gfx/thebes/gfxWindowsPlatform.h b/gfx/thebes/gfxWindowsPlatform.h index 8db7cf575..f77d9a87a 100644 --- a/gfx/thebes/gfxWindowsPlatform.h +++ b/gfx/thebes/gfxWindowsPlatform.h @@ -184,11 +184,6 @@ public: mozilla::gfx::BackendType GetContentBackendFor(mozilla::layers::LayersBackend aLayers) override; - // ClearType is not always enabled even when available (e.g. Windows XP) - // if either of these prefs are enabled and apply, use ClearType rendering - bool UseClearTypeForDownloadableFonts(); - bool UseClearTypeAlways(); - static void GetDLLVersion(char16ptr_t aDLLPath, nsAString& aVersion); // returns ClearType tuning information for each display @@ -247,9 +242,6 @@ protected: protected: RenderMode mRenderMode; - int8_t mUseClearTypeForDownloadableFonts; - int8_t mUseClearTypeAlways; - private: void Init(); void InitAcceleration() override; -- cgit v1.2.3