aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 21:55:57 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-02 21:55:57 +0100
commit170e048f4ceb11633b62cfcc5b82df6a5aa9c27b (patch)
tree62ae2a9c4fb672d6cd61d640342381ee3a747937 /c/defs.h
parent85cf754ff86c053c4f7a34b57b1528c0cf655b35 (diff)
downloadEpisodeBrowser-170e048f4ceb11633b62cfcc5b82df6a5aa9c27b.tar.gz
Open episode on Enter, but in a better way.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/defs.h b/c/defs.h
index 01e896d..f5feb3e 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -16,7 +16,6 @@ void LvSetTheme(HWND, int);
/* episodelistview.c */
HWND ElvCreate();
-void ElvEnter(LPLVITEM);
LRESULT ElvHandleNotify(LPARAM);
void ElvRedraw(void);
void ElvSetTop(int);