From c9b8d278883a90f534f30f0830bb003460310823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 30 Mar 2022 20:15:52 +0200 Subject: Disregard foreign frames. I don't think they're necessary. --- c/listview.c | 1 - 1 file changed, 1 deletion(-) (limited to 'c/listview.c') 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 -- cgit v1.2.3