summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxWindowsPlatform.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-18 21:07:51 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-18 21:07:51 +0100
commitbc9ad467f0886f8799c2c4781b1a0b654b362ecf (patch)
treefab1dabdaa185826f4ad0f6395f7d93634236494 /gfx/thebes/gfxWindowsPlatform.h
parenta24398e42d2f300b5979d1fb45a481e2912fd4f3 (diff)
downloadUXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar
UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.gz
UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.lz
UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.tar.xz
UXP-bc9ad467f0886f8799c2c4781b1a0b654b362ecf.zip
Remove no longer relevant ClearType prefs.
Tag #22
Diffstat (limited to 'gfx/thebes/gfxWindowsPlatform.h')
-rw-r--r--gfx/thebes/gfxWindowsPlatform.h8
1 files changed, 0 insertions, 8 deletions
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;