mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Cleaning
This commit is contained in:
parent
34fd2d3736
commit
5c201ca7b5
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ BoardCanvas::BoardCanvas(wxFrame *parent)
|
|||
|
||||
Bind(wxEVT_KEY_DOWN, [p=this](wxKeyEvent &e){e.ResumePropagation(1);e.Skip();});
|
||||
Bind(wxEVT_KEY_UP, [p=this](wxKeyEvent &e){e.ResumePropagation(1);e.Skip();});
|
||||
SetClockTime(0,0,0, false);
|
||||
SetClockTime(0,0,0, true);
|
||||
}
|
||||
|
||||
BoardCanvas::~BoardCanvas() {
|
||||
|
|
Loading…
Add table
Reference in a new issue