From 0e4814e72712c43dbf0d7dbc1bb75efaa76a94a0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 18:48:36 +0100 Subject: [PATCH] Remove test code --- src/MainWindow.cpp | 4 ++-- 1 file 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) {