Skip to content

Commit

Permalink
removed duplicate functions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jul 5, 2024
1 parent 9831764 commit b0ee854
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
Binary file modified bin/Debug/minesweeper
Binary file not shown.
9 changes: 0 additions & 9 deletions minesweeper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,6 @@ void MainFrame::OnExitGame(wxCommandEvent& WXUNUSED(event))
Destroy();
}

void MainFrame::OnNewGame(wxCommandEvent& WXUNUSED(event))
{
wxMessageBox("Are you sure?");
}

void MainFrame::OnExitGame(wxCommandEvent& WXUNUSED(event))
{
Destroy();
}
wxDECLARE_APP(Minesweeper);
wxIMPLEMENT_APP(Minesweeper);

Expand Down
2 changes: 1 addition & 1 deletion minesweeper.depend
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
1718191308 /home/freedom/Desktop/work/minesweeper/field.h
"wx/wx.h"

1718193861 /home/freedom/Desktop/work/minesweeper/minesweeper.h
1720181702 /home/freedom/Desktop/work/minesweeper/minesweeper.h
"wx/wx.h"
"wx/stack.h"
<vector>
Expand Down
Binary file modified obj/Debug/Desktop/work/minesweeper/field.o
Binary file not shown.
Binary file modified obj/Debug/Desktop/work/minesweeper/minesweeper.o
Binary file not shown.

0 comments on commit b0ee854

Please sign in to comment.