Remove unused variable from wxFontProperty::wxFontProperty
This commit is contained in:
@@ -638,8 +638,6 @@ wxFontProperty::wxFontProperty( const wxString& label, const wxString& name,
|
|||||||
wxPGGlobalVars->m_fontFamilyChoices = new wxPGChoices(faceNames);
|
wxPGGlobalVars->m_fontFamilyChoices = new wxPGChoices(faceNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString emptyString(wxEmptyString);
|
|
||||||
|
|
||||||
wxFont font;
|
wxFont font;
|
||||||
font << m_value;
|
font << m_value;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user