diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-07-30 22:01:42 +1000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-10 11:46:09 +0200 |
commit | bdf98cbb55aa89a15e194a48a7f248abb9465cb7 (patch) | |
tree | 07a447310889a0f955994e93540f654284bc5b09 /include | |
parent | b6e177982cb6c325ca67b208b2fb8397c03ab359 (diff) |
vcl: remove unused GLYPH_FONT_HEIGHT
GLYPH_FONT_HEIGHT not used since:
Commit: d538d3d84172a74dfe97d59a6d3daf9a45459cab
Short title: This fallback code makes no sense any more
Change-Id: I9c87e2fb2eb33abbc2a7e4d82435704f1a895c75
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137631
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index ea14e3d018b7..2595415db1b5 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -138,12 +138,6 @@ namespace com::sun::star::i18n { class XBreakIterator; } -#if defined UNX -#define GLYPH_FONT_HEIGHT 128 -#else -#define GLYPH_FONT_HEIGHT 256 -#endif - // OutputDevice-Types enum OutDevType { OUTDEV_WINDOW, OUTDEV_PRINTER, OUTDEV_VIRDEV, OUTDEV_PDF }; |