Refactor: Remove duplicated line of code

This commit is contained in:
Artur Wieczorek
2019-12-04 22:37:21 +01:00
parent 64ae98e671
commit f3eea70870

View File

@@ -351,7 +351,6 @@ void wxFontRefData::Alloc()
m_cgFont = CTFontCopyGraphicsFont(m_ctFont, NULL);
entryWithSize.font = m_ctFont;
entryWithSize.cgFont = m_cgFont;
entryWithSize.cgFont = m_cgFont;
entryWithSize.fontAttributes = m_ctFontAttributes;
entryWithSize.used = true;
}