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:
Stephan Bergmann
2022-11-04 16:03:02 +01:00
parent ccce14bcce
commit 804f21e42b

View File

@ -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);