diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-15 22:59:58 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-15 23:00:20 +0100 |
commit | 4fafc8b49e3f08a87119ef62a54056efba7b6b92 (patch) | |
tree | 98a1cee0e7e2949924fa45940eacfd4eedbf940a /c/datalistview.c | |
parent | 5bbd959c3c78a7293ad00c2a022b800ec28f4b8d (diff) | |
download | EpisodeBrowser-4fafc8b49e3f08a87119ef62a54056efba7b6b92.tar.gz |
Finish Win32 re-implementation.
There are still things to be improved upon,
but this commit marks feature parity with
the XPCE version.
Diffstat (limited to 'c/datalistview.c')
-rw-r--r-- | c/datalistview.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/datalistview.c b/c/datalistview.c index 208ef22..e37375d 100644 --- a/c/datalistview.c +++ b/c/datalistview.c @@ -96,7 +96,6 @@ DlvShowEpisode(int iEpisode) lviKey.iItem = i; lviKey.iSubItem = 0; lviKey.pszText = tszKey; - lviKey.lParam = iEpisode; ListView_InsertItem(hListView, &lviKey); lviValue.iItem = i; |