diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-09-05 22:36:20 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-09-06 15:09:57 +0200 |
commit | 394655636307de3ba3c4b2d52f3c1abf4b900e18 (patch) | |
tree | 5e898736ca4f3b715aa7320d2e0c62898b3e2e8f /vcl/inc/win | |
parent | 12b89902036dba8d457c3e03080a4db50b99adcb (diff) |
vcl: Drop unused SalGraphics::CreateFontSubset() argument
pWidths is always nullptr.
Change-Id: I1c666f146865786269e9513cbb6c8ffdc7df96e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139461
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 605f07ad9ec8..5b60e6e9ebff 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -364,7 +364,6 @@ public: const vcl::font::PhysicalFontFace*, const sal_GlyphId* pGlyphIDs, const sal_uInt8* pEncoding, - sal_Int32* pWidths, int nGlyphs, FontSubsetInfo& rInfo // out parameter ) override; |