aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r--c/episodelistview.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h
deleted file mode 100644
index 8bec69b..0000000
--- a/c/episodelistview.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-#include <windows.h>
-
-HWND ElvCreate(HWND);
-LRESULT ElvHandleNotify(LPARAM);
-void ElvUpdate(void);
-void ElvUpdateName(NMLISTVIEW *);