From 1d041ad5b123e4ecbe69dfa621349f6be9b933d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 17 Aug 2022 14:11:07 +0200 Subject: Minor cleanup. --- c/episodelistview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/episodelistview.cpp') 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(IDC_EPISODELISTVIEW), 0), - m_fv(L"elvdata.dat", ELVMAX) + : ListView(hWndParent, reinterpret_cast(IDC_EPISODELISTVIEW), 0) { LVCOLUMN lvc; -- cgit v1.2.3