EvtMainFrame: remove a redundant function call.

This commit is contained in:
Guillaume Jacquemin 2020-01-09 19:11:46 +01:00
parent 573eb089e4
commit 65e33fc332
1 changed files with 0 additions and 2 deletions

View File

@ -218,8 +218,6 @@ void EvtMainFrame::initialiseListView() {
refreshListView();
updateCommandsState();
_refreshTimer.Start(1000);
}