diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-09-08 02:24:36 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-09-08 16:32:20 +0200 |
commit | b59d13a7835b18f4676c3a11e9d70dfa9cb934b5 (patch) | |
tree | 1204b56ad4206798f5986c870558a4158c73faa6 /include | |
parent | 8597aed8a8576ad0f6efe139ff03556217b01b31 (diff) |
vcl: Drop now unused ParseCMAP()
Change-Id: I2140b7b48ee4cc46a4a6e8e4719f3ce78a600829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139624
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fontcharmap.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx index 4b21142509da..d79ffce7be92 100644 --- a/include/vcl/fontcharmap.hxx +++ b/include/vcl/fontcharmap.hxx @@ -164,7 +164,6 @@ public: const sal_UCS4* mpRangeCodes; int mnRangeCount; bool mbSymbolic; - bool mbRecoded; }; #endif // INCLUDED_FONTCHARMAP_HXX |