Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Oct 18, 2024
1 parent acb2eaa commit 9689bee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ MyFrame::MyFrame()

wxMenuBar* MyFrame::CreateMainMenubar()
{
const wxString appDir{ wxFileName(wxStandardPaths::Get().GetExecutablePath()).GetPath() };

wxMenu* fileMenu = new wxMenu;

fileMenu->Append(MyApp::ID_NEW_BARCHART, _(L"Bar Chart"));
Expand Down

0 comments on commit 9689bee

Please sign in to comment.