mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Remove test code
This commit is contained in:
parent
f329c5f204
commit
0e4814e727
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue