summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-13 13:00:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-13 13:00:51 +0300
commitf07cb8ea8e0f6bf4586700d2f5d6ab1d908992ca (patch)
tree493b9665cd39a2a5fddbbe30f33e9abd146663a3 /plugins/ExternalAPI
parent46793bcdf9bdc0c48a509aa1a2d41dbc262500bf (diff)
useless service removed
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_yamn.h7
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