include/vcl/outdev.hxx | 6 ------ 1 file changed, 6 deletions(-) New commits: commit bdf98cbb55aa89a15e194a48a7f248abb9465cb7 Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Sat Jul 30 22:01:42 2022 +1000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Aug 10 11:46:09 2022 +0200
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 <t...@collabora.com> 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 };