From 3e9e96f6718b13c069138fb40f24f065ac03c6b7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Sep 2017 18:33:09 +0300 Subject: unneeded calls of DestroyServiceFunction() removed --- plugins/wbOSD/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/wbOSD/src/main.cpp') 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; } -- cgit v1.2.3