aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r--c/episodelistview.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h
index f94803c..e6f2858 100644
--- a/c/episodelistview.h
+++ b/c/episodelistview.h
@@ -12,8 +12,6 @@
#define ELVSITITLE 1
#define ELVSIRATING 2
-extern CfgA& g_cfg;
-
struct EpisodeListView : public ListView
{
EpisodeListView(HWND hWndParent);
@@ -35,7 +33,6 @@ struct EpisodeListView : public ListView
private:
signed char m_iSortCol;
static int CALLBACK SortProc(LPARAM lParam1, LPARAM lParam2, LPARAM extra);
- FileView<ElvDataA> m_fv{L"elvdata.dat", g_cfg.cEp+128u};
};
#endif