diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-17 14:11:07 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-17 14:11:07 +0200 |
commit | 1d041ad5b123e4ecbe69dfa621349f6be9b933d6 (patch) | |
tree | 8cdbbefa04773f7fec43a3b6ff1a80063e9b4dee /c/episodelistview.cpp | |
parent | 2e8afa446f2444a8be5e6180bf90cfa48b6e02f0 (diff) | |
download | EpisodeBrowser-1d041ad5b123e4ecbe69dfa621349f6be9b933d6.tar.gz |
Minor cleanup.
Diffstat (limited to 'c/episodelistview.cpp')
-rw-r--r-- | c/episodelistview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/c/episodelistview.cpp b/c/episodelistview.cpp index 824b527..f004f8a 100644 --- a/c/episodelistview.cpp +++ b/c/episodelistview.cpp @@ -13,8 +13,7 @@ #include "win.h" EpisodeListView::EpisodeListView(const HWND hWndParent) - : ListView(hWndParent, reinterpret_cast<HMENU>(IDC_EPISODELISTVIEW), 0), - m_fv(L"elvdata.dat", ELVMAX) + : ListView(hWndParent, reinterpret_cast<HMENU>(IDC_EPISODELISTVIEW), 0) { LVCOLUMN lvc; |