summaryrefslogtreecommitdiff
path: root/plugins/Watrack
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Watrack')
-rw-r--r--plugins/Watrack/proto/proto.pas8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas
index 648d1e7e26..1653e33831 100644
--- a/plugins/Watrack/proto/proto.pas
+++ b/plugins/Watrack/proto/proto.pas
@@ -301,13 +301,6 @@ begin
end;
end;
-function HookAddUser(hContact:WPARAM;lParam:LPARAM):int; cdecl;
-begin
- result:=0;
- if not IsChat(hContact) then
- Proto_AddToContact(hContact,PluginShort);
-end;
-
function OnContactMenu(hContact:WPARAM;lParam:LPARAM):int;cdecl;
begin
if IsMirandaUser(hContact)<=0 then
@@ -376,7 +369,6 @@ begin
RegisterContacts;
hGCI:=CreateServiceFunction(MS_WAT_GETCONTACTINFO,@SendRequest);
HookEvent(ME_CLIST_PREBUILDCONTACTMENU,@OnContactMenu);
- HookEvent(ME_DB_CONTACT_ADDED ,@HookAddUser);
end;
procedure DeInitProc(aSetDisable:boolean);