From 2ac7d06a503b256b290678f5bba158bf7d219bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 4 Aug 2022 16:26:27 +0200 Subject: Add comments. --- c/episodelistview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/episodelistview.cpp') diff --git a/c/episodelistview.cpp b/c/episodelistview.cpp index d35bebb..c22b109 100644 --- a/c/episodelistview.cpp +++ b/c/episodelistview.cpp @@ -189,7 +189,6 @@ void EpisodeListView::SetTop(const int iItem) ListView_EnsureVisible(hWnd, iItem, TRUE); } -/* Select next/previous unwatched episode. */ void EpisodeListView::SelectUnwatched(int dir) { /* Get focused episode. */ @@ -281,7 +280,6 @@ int CALLBACK EpisodeListView::SortProc(const LPARAM iItem1, const LPARAM iItem2, } } -/* Update episode list. */ void EpisodeListView::Update() { if (!Pl("episode_data","ensure_episode_data")) return; @@ -402,7 +400,6 @@ void EpisodeListView::Update() SendMessage(hWnd, WM_SETREDRAW, TRUE, 0); } -/* Update episode name and rating. */ void EpisodeListView::UpdateItem(const int iItem, const LPARAM lParam) { WcharPtr name; -- cgit v1.2.3