diff options
author | John Ankarström <john@ankarstrom.se> | 2022-03-30 20:15:52 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-03-30 20:15:52 +0200 |
commit | c9b8d278883a90f534f30f0830bb003460310823 (patch) | |
tree | 009344dc7955e0c971d1c5bac102f7805ea363aa /c/listview.c | |
parent | d1bfa9c377b63ee051e668e8bb60f6051c65787d (diff) | |
download | EpisodeBrowser-c9b8d278883a90f534f30f0830bb003460310823.tar.gz |
Disregard foreign frames.
I don't think they're necessary.
Diffstat (limited to 'c/listview.c')
-rw-r--r-- | c/listview.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/listview.c b/c/listview.c index 971c4e9..82c6459 100644 --- a/c/listview.c +++ b/c/listview.c @@ -50,7 +50,6 @@ LvProc(HWND hLv, UINT uMsg, WPARAM wParam, LPARAM lParam) { LRESULT lResult; extern HWND HElv; - extern LPLVITEM LpLviElvSelection; /* For the episode list view, the Enter key should not * be handled by the dialog manager, but instead be sent |