aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-04 16:26:27 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-04 17:25:01 +0200
commit2ac7d06a503b256b290678f5bba158bf7d219bdd (patch)
tree86abdf303f8a3059efbd040c6eae95accf5b432c /c/episodelistview.cpp
parent407b6cab4093b3c0ee23412ac07cf83fd9f03b82 (diff)
downloadEpisodeBrowser-2ac7d06a503b256b290678f5bba158bf7d219bdd.tar.gz
Add comments.
Diffstat (limited to 'c/episodelistview.cpp')
-rw-r--r--c/episodelistview.cpp3
1 files changed, 0 insertions, 3 deletions
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;