diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-15 14:03:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-15 14:03:04 +0300 |
commit | 73c3207950044c5156bbb74ca2f60fc5b5b2d81a (patch) | |
tree | 57d0db73aefa91d884de5fce149410a17ec9034c /plugins/ExternalAPI | |
parent | 551a43bcc498123ecfabb5951f858b824d54befd (diff) |
unused service removed
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_statusplugins.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ExternalAPI/m_statusplugins.h b/plugins/ExternalAPI/m_statusplugins.h index 1e1c57f2a3..a13fb31c44 100644 --- a/plugins/ExternalAPI/m_statusplugins.h +++ b/plugins/ExternalAPI/m_statusplugins.h @@ -35,11 +35,6 @@ typedef struct { // returns 0 on success
#define MS_CS_SETSTATUSEX "CommonStatus/SetStatusEx"
-// wParam = PROTOCOLSETTINGEX*** (keep it like this for compatibility)
-// lParam = timeout
-// returns hwnd
-#define MS_CS_SHOWCONFIRMDLGEX "CommonStatus/ShowConfirmDialogEx"
-
// wParam = 0
// lParam = 0
// returns the number of protocols registerd
|