diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-13 13:00:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-13 13:00:51 +0300 |
commit | f07cb8ea8e0f6bf4586700d2f5d6ab1d908992ca (patch) | |
tree | 493b9665cd39a2a5fddbbe30f33e9abd146663a3 /plugins/ExternalAPI | |
parent | 46793bcdf9bdc0c48a509aa1a2d41dbc262500bf (diff) |
useless service removed
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_yamn.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h index f19d2eaf27..3ba9b07cd1 100644 --- a/plugins/ExternalAPI/m_yamn.h +++ b/plugins/ExternalAPI/m_yamn.h @@ -138,11 +138,4 @@ struct CExportedServices //returns zero if failed, nonzero if succeed
#define MS_YAMN_NONEWMAILPROC "YAMN/Service/NoNewMailProc"
-//BadConnection Service
-//runs bad connection window
-//WPARAM- pointer to YAMN_BADCONNECTIONPARAM structure, data to mailbrowser. You do not need to fill ThreadRunningEV event member.
-//LPARAM- YAMN_BADCONNECTIONPARAM structure version param. Use YAMN_BADCONNECTIONVERSION definition.
-//returns zero if failed, nonzero if succeed
-#define MS_YAMN_BADCONNECTION "YAMN/Service/BadConnection"
-
#endif
|