note that HOOK_FORMAT_ARTICLE_CDM is dead for now

This commit is contained in:
Andrew Dolgov 2018-12-07 18:35:50 +03:00
parent e075e6141b
commit 95f63e121a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class PluginHost {
const HOOK_MAIN_TOOLBAR_BUTTON = 32;
const HOOK_ENCLOSURE_ENTRY = 33;
const HOOK_FORMAT_ARTICLE = 34;
const HOOK_FORMAT_ARTICLE_CDM = 35;
const HOOK_FORMAT_ARTICLE_CDM = 35; /* RIP */
const HOOK_FEED_BASIC_INFO = 36;
const HOOK_SEND_LOCAL_FILE = 37;
const HOOK_UNSUBSCRIBE_FEED = 38;