From f07cb8ea8e0f6bf4586700d2f5d6ab1d908992ca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Dec 2022 13:00:51 +0300 Subject: useless service removed --- plugins/ExternalAPI/m_yamn.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/ExternalAPI') 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 -- cgit v1.2.3