aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-26 18:48:36 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-26 18:48:36 +0100
commit0e4814e72712c43dbf0d7dbc1bb75efaa76a94a0 (patch)
tree696393547e3751d104b17e5bafe61b18be332712
parentf329c5f20434a07cc6c64c90d221181c27207a9c (diff)
Remove test code
-rw-r--r--src/MainWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 72736c9..b3ed9c4 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -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) {