summaryrefslogtreecommitdiff
path: root/tipper/tipper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r--tipper/tipper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp
index 72e562a..98ca543 100644
--- a/tipper/tipper.cpp
+++ b/tipper/tipper.cpp
@@ -190,7 +190,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
HookEvent(ME_FONT_RELOAD, ReloadFont);
hAvChangeEvent = HookEvent(ME_AV_AVATARCHANGED, AvatarChanged);
- hAvContactChangeEvent = HookEvent(ME_AV_CONTACTAVATARCHANGED, AvatarChanged);
hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTipHook);
hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTipHook);
hAckEvent = HookEvent(ME_PROTO_ACK, ProtoAck);