diff options
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 |