mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-01 09:17:46 +00:00
Cleaning code
This commit is contained in:
parent
f04f9b7019
commit
796ba531ea
3 changed files with 20 additions and 4 deletions
|
@ -58,8 +58,8 @@ MainWindow::MainWindow()
|
|||
|
||||
|
||||
// Temporary TO REMOVE JUST FOR TESTS:
|
||||
BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/twic1467.pgn");
|
||||
this->AddPage(bt,bt);
|
||||
//BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/twic1467.pgn");
|
||||
//this->AddPage(bt,bt);
|
||||
}
|
||||
|
||||
void MainWindow::AddPage(wxWindow* window, TabInfos* infos){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue