summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-09-07 17:07:52 +0200
committerخالد حسني <khaled@aliftype.com>2022-09-08 03:35:25 +0200
commit10ac07e03276889a68ebc9abc9bd14e88b49a27c (patch)
tree323f10233c1fb84e8710ac545f8d6cd34b26edc6 /include/vcl
parente34d6e017ccfa2279f7e855eb6fd5fbbbd056714 (diff)
vcl: Drop now unused FontCharMap::GetGlyphIndex()
Change-Id: Icf687d09c2d25a3d578faf7ae574b3e655b8540f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139600 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/fontcharmap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx
index ae4735376e14..4b21142509da 100644
--- a/include/vcl/fontcharmap.hxx
+++ b/include/vcl/fontcharmap.hxx
@@ -162,8 +162,6 @@ public:
const sal_UCS4* pRangeCodes = nullptr, int nRangeCount = 0 );
const sal_UCS4* mpRangeCodes;
- const int* mpStartGlyphs;
- const sal_uInt16* mpGlyphIds;
int mnRangeCount;
bool mbSymbolic;
bool mbRecoded;