Remove unused variable from the font sample
No real changes.
This commit is contained in:
parent
054c5c4af7
commit
ad9ef5f24d
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue