From 73c3207950044c5156bbb74ca2f60fc5b5b2d81a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Oct 2017 14:03:04 +0300 Subject: unused service removed --- plugins/StatusManager/src/commonstatus.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/StatusManager/src/commonstatus.cpp') 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; } -- cgit v1.2.3