summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/commonstatus.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-15 14:03:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-15 14:03:04 +0300
commit73c3207950044c5156bbb74ca2f60fc5b5b2d81a (patch)
tree57d0db73aefa91d884de5fce149410a17ec9034c /plugins/StatusManager/src/commonstatus.cpp
parent551a43bcc498123ecfabb5951f858b824d54befd (diff)
unused service removed
Diffstat (limited to 'plugins/StatusManager/src/commonstatus.cpp')
-rw-r--r--plugins/StatusManager/src/commonstatus.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/StatusManager/src/commonstatus.cpp b/plugins/StatusManager/src/commonstatus.cpp
index be3f778397..6869550b1a 100644
--- a/plugins/StatusManager/src/commonstatus.cpp
+++ b/plugins/StatusManager/src/commonstatus.cpp
@@ -33,9 +33,6 @@ INT_PTR SetStatusEx(WPARAM wParam, LPARAM lParam);
int InitCommonStatus();
int GetProtoCount();
-// extern
-extern INT_PTR ShowConfirmDialogEx(WPARAM wParam, LPARAM lParam);
-
// some helpers from awaymsg.c ================================================================
char *StatusModeToDbSetting(int status, const char *suffix)
{
@@ -284,7 +281,6 @@ static int CreateServices()
hCSStatusChangedExEvent = CreateHookableEvent(ME_CS_STATUSCHANGEEX);
CreateServiceFunction(MS_CS_SETSTATUSEX, SetStatusEx);
- CreateServiceFunction(MS_CS_SHOWCONFIRMDLGEX, ShowConfirmDialogEx);
CreateServiceFunction(MS_CS_GETPROTOCOUNT, GetProtocolCountService);
return 0;
}