From aa94a41353e5df639548ce2ca21a0db83f7c3027 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Dec 2022 12:28:51 +0100 Subject: Debug pieces animation --- src/MainWindow.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/MainWindow.cpp') diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index e5f11f9..344b249 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -57,13 +57,9 @@ MainWindow::MainWindow() NewGame(std::shared_ptr(new Game())); - // Temporary TO REMOVE JUST FOR TESTS: - /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); + BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/twic1467.pgn"); this->AddPage(bt,bt); - - bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); - this->AddPage(bt,bt);*/ } void MainWindow::AddPage(wxWindow* window, TabInfos* infos){ -- cgit v1.2.3