Remove test code

This commit is contained in:
Loic Guegan 2022-02-26 18:48:36 +01:00
parent f329c5f204
commit 0e4814e727

View file

@ -67,9 +67,9 @@ MainWindow::MainWindow()
"/home/loic/hartwig_tests.pgn"); notebook->AddPage(bt, bt->GetLabel());
notebook->SetSelection(notebook->GetPageIndex(bt));*/
EngineTab *bt = new EngineTab((wxWindow *)notebook,
/*EngineTab *bt = new EngineTab((wxWindow *)notebook,
"/home/loic/.local/bin/stockfish"); notebook->AddPage(bt, bt->GetLabel());
notebook->SetSelection(notebook->GetPageIndex(bt));
notebook->SetSelection(notebook->GetPageIndex(bt));*/
}
void MainWindow::OnSettings(wxCommandEvent &event) {