Remove unused retain count variable in wxOSX font code
This fixes a -Wunused-variable which broke the CI builds.
This commit is contained in:
@@ -788,7 +788,6 @@ void wxNativeFontInfo::InitFromFontDescriptor(CTFontDescriptorRef desc)
|
|||||||
Init();
|
Init();
|
||||||
|
|
||||||
m_descriptor.reset(wxCFRetain(desc));
|
m_descriptor.reset(wxCFRetain(desc));
|
||||||
int count = CFGetRetainCount(desc);
|
|
||||||
|
|
||||||
m_ctWeight = GetCTWeight(desc);
|
m_ctWeight = GetCTWeight(desc);
|
||||||
m_ctWidth = GetCTwidth(desc);
|
m_ctWidth = GetCTwidth(desc);
|
||||||
|
Reference in New Issue
Block a user