diff options
Diffstat (limited to 'c/episodelistview.cpp')
-rw-r--r-- | c/episodelistview.cpp | 3 |
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; |