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 /vcl/inc | |
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 'vcl/inc')
-rw-r--r-- | vcl/inc/impfontcharmap.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx index 8a0b0c413d56..36809cdd986b 100644 --- a/vcl/inc/impfontcharmap.hxx +++ b/vcl/inc/impfontcharmap.hxx @@ -51,7 +51,6 @@ private: }; bool VCL_DLLPUBLIC HasSymbolCmap(const char* pRawData, int nRawLength); -bool VCL_DLLPUBLIC ParseCMAP( const unsigned char* pRawData, int nRawLength, CmapResult& ); #endif // INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX |