From a9a4938f87cb3ce2a0214d45925bcdb4ba8d2a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 18 Aug 2022 01:52:32 +0200 Subject: Move file views out of EpisodeListView and DataListView. --- c/datalistview.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/datalistview.h') diff --git a/c/datalistview.h b/c/datalistview.h index 3a59d41..57cb565 100644 --- a/c/datalistview.h +++ b/c/datalistview.h @@ -7,8 +7,6 @@ #define DLVSIKEY 0 #define DLVSIVALUE 1 -extern CfgA& g_cfg; - struct DataListView : public ListView { DataListView(HWND hWndParent); @@ -21,7 +19,6 @@ struct DataListView : public ListView void ShowEpisode(int iEpisode); private: int m_height = 0; - FileView m_fv{L"dlvdata.dat", g_cfg.cEp+128u}; }; #endif -- cgit v1.2.3