Refactor: Remove duplicated line of code
This commit is contained in:
@@ -351,7 +351,6 @@ void wxFontRefData::Alloc()
|
|||||||
m_cgFont = CTFontCopyGraphicsFont(m_ctFont, NULL);
|
m_cgFont = CTFontCopyGraphicsFont(m_ctFont, NULL);
|
||||||
entryWithSize.font = m_ctFont;
|
entryWithSize.font = m_ctFont;
|
||||||
entryWithSize.cgFont = m_cgFont;
|
entryWithSize.cgFont = m_cgFont;
|
||||||
entryWithSize.cgFont = m_cgFont;
|
|
||||||
entryWithSize.fontAttributes = m_ctFontAttributes;
|
entryWithSize.fontAttributes = m_ctFontAttributes;
|
||||||
entryWithSize.used = true;
|
entryWithSize.used = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user