diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-10-01 07:45:32 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-10-01 13:09:23 +0200 |
commit | c107d08460938270cbc2a32a89d995fc0ae8ebea (patch) | |
tree | 3893c32c1f7d1b066fd15be9144f05c4468beaf7 /vcl/inc | |
parent | caa10a1f80da856debf4f397503f27c86199208f (diff) |
vcl: Remove unused AquaSalGraphics::GetRawFontData()
It was used for subsetting, but we switched subsetting to a more generic
code path a while ago.
Change-Id: I6066b7697268e9444587d73810f9465488aa4740
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140825
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 4435e9fd86c9..ec63592431e3 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -67,7 +67,6 @@ public: sal_IntPtr GetFontId() const override; int GetFontTable( uint32_t nTagCode, unsigned char* ) const; - int GetFontTable( const char pTagName[5], unsigned char* ) const; rtl::Reference<LogicalFontInstance> CreateFontInstance(const vcl::font::FontSelectPattern&) const override; @@ -552,11 +551,6 @@ public: virtual SystemGraphicsData GetGraphicsData() const override; - -private: - static bool GetRawFontData( const vcl::font::PhysicalFontFace* pFontData, - std::vector<unsigned char>& rBuffer, - bool* pJustCFF ); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |