From 488214ac8af0c4aeb1a5c1d8fd48368daaf4c4c7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Nov 2018 20:12:53 +0300 Subject: end of ME_OPT_INITIALISE related zoo in another plugins --- plugins/SMS/src/SMS_svc.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/SMS/src/SMS_svc.cpp') diff --git a/plugins/SMS/src/SMS_svc.cpp b/plugins/SMS/src/SMS_svc.cpp index 803ef766af..9bd92063ec 100644 --- a/plugins/SMS/src/SMS_svc.cpp +++ b/plugins/SMS/src/SMS_svc.cpp @@ -18,12 +18,6 @@ int LoadServices(void) int LoadModules(void) { - HookEvent(ME_OPT_INITIALISE, OptInitialise); - HookEvent(ME_CLIST_PREBUILDCONTACTMENU, SmsRebuildContactMenu); - HookEvent(ME_PROTO_ACK, handleAckSMS); - HookEvent(ME_DB_EVENT_ADDED, handleNewMessage); - HookEvent(ME_PROTO_ACCLISTCHANGED, RefreshAccountList); - char szServiceFunction[MAX_PATH]; mir_snprintf(szServiceFunction, "%s%s", MODULENAME, SMS_SEND); -- cgit v1.2.3