From a9a74875dbd5340b6f3ea6d8b6f66a04b360b22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 26 Aug 2022 03:08:01 +0200 Subject: Remove IDM_FORGET, IDM_LOOKUP. --- c/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/main.cpp') 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.", -- cgit v1.2.3