diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-18 01:52:32 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-18 01:52:32 +0200 |
commit | a9a4938f87cb3ce2a0214d45925bcdb4ba8d2a28 (patch) | |
tree | ff48d053aba1b93dc0771ed20b99d7e0211dd101 /c/datalistview.h | |
parent | 5f92d1e00e12085bedc86c6274b254589053c411 (diff) | |
download | EpisodeBrowser-a9a4938f87cb3ce2a0214d45925bcdb4ba8d2a28.tar.gz |
Move file views out of EpisodeListView and DataListView.
Diffstat (limited to 'c/datalistview.h')
-rw-r--r-- | c/datalistview.h | 3 |
1 files changed, 0 insertions, 3 deletions
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<DlvDataA> m_fv{L"dlvdata.dat", g_cfg.cEp+128u}; }; #endif |