mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00
loplugin:unusedvariablecheck
apparently a leftover from 643fec7cf7
"vcl: add
PhysicalFontFace::GetVariations()"
Change-Id: I78141d5de4c3f63096552eb25b70da3e5de36df9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142284
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@ -279,7 +279,6 @@ std::vector<hb_variation_t> CoreTextFontFace::GetVariations() const
|
||||
if (pAxes)
|
||||
{
|
||||
CFDictionaryRef pVariations = CTFontCopyVariation(pFont);
|
||||
std::vector<hb_variation_t> aHBVariations;
|
||||
if (pVariations)
|
||||
{
|
||||
CFIndex nAxes = CFArrayGetCount(pAxes);
|
||||
|
Reference in New Issue
Block a user