summaryrefslogtreecommitdiff
path: root/plugins/wbOSD/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wbOSD/src/main.cpp')
-rw-r--r--plugins/wbOSD/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp
index a4ee1541bb..ad1213f930 100644
--- a/plugins/wbOSD/src/main.cpp
+++ b/plugins/wbOSD/src/main.cpp
@@ -12,7 +12,6 @@ Distributed under GNU's GPL 2 or later
HINSTANCE hI;
HWND g_hWnd = 0;
-HANDLE hservosda;
int hLangpack = 0;
CLIST_INTERFACE *pcli;
HANDLE hHookedInit, hProtoAck, hContactSettingChanged, hHookContactStatusChanged, hContactStatusChanged;
@@ -63,7 +62,6 @@ extern "C" __declspec(dllexport) int Unload()
UnhookEvent(hContactStatusChanged);
UnhookEvent(hHookedInit);
- DestroyServiceFunction(hservosda);
DestroyHookableEvent(hHookContactStatusChanged);
return 0;
}