Remove unused variable from the font sample

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-09-09 01:57:27 +02:00
parent 054c5c4af7
commit ad9ef5f24d

View File

@@ -149,8 +149,6 @@ protected:
// wxFONTFAMILY_DEFAULT if the dialog was cancelled
wxFontFamily GetFamilyFromUser();
size_t m_fontSize; // in points
wxTextCtrl *m_textctrl;
MyCanvas *m_canvas;
@@ -315,8 +313,6 @@ bool MyApp::OnInit()
MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
: wxFrame((wxFrame *)NULL, wxID_ANY, title, pos, size), m_textctrl(NULL)
{
m_fontSize = wxNORMAL_FONT->GetPointSize();
SetIcon(wxICON(sample));
// create a menu bar