aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-26 03:08:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-26 03:08:01 +0200
commita9a74875dbd5340b6f3ea6d8b6f66a04b360b22a (patch)
treeec7c7b3e627acf4c7d3f7dbb11a121eebe69d7b5 /c/main.cpp
parentb978ba09ca1d0a1c07839c1dfb0b10df2f011795 (diff)
downloadEpisodeBrowser-a9a74875dbd5340b6f3ea6d8b6f66a04b360b22a.tar.gz
Remove IDM_FORGET, IDM_LOOKUP.
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 05cd3d7..1ad62cf 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -322,8 +322,6 @@ LRESULT CALLBACK HandleMsg(const HWND hWnd, const UINT uMsg, const WPARAM wParam
/*IDM_WATCH_LOCALLY*/L"Open local copy of episode, if available.",
/*IDM_WATCH_ONLINE*/L"Open episode in the web browser.",
/*IDM_TOGGLE*/L"Toggle watched/unwatched status.",
- /*IDM_FORGET*/L"Reset watched/unwatched status.",
- /*IDM_LOOKUP*/L"Fetch episode data from the web, such as date, source and hint.",
/*IDM_WIKI*/L"Show Detective Conan Wiki entry for episode.",
/*IDM_RATE0*/L"Remove episode rating.",
/*IDM_RATE1*/L"Rate episode 1/10.",