Remove unused variable from wxFontProperty::wxFontProperty

This commit is contained in:
Artur Wieczorek 2015-06-28 19:29:01 +02:00
parent f48439cfc6
commit 27032e71d2

View File

@ -638,8 +638,6 @@ wxFontProperty::wxFontProperty( const wxString& label, const wxString& name,
wxPGGlobalVars->m_fontFamilyChoices = new wxPGChoices(faceNames);
}
wxString emptyString(wxEmptyString);
wxFont font;
font << m_value;