Commit c562b0e1 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

sensapi: Remove unused variable.

parent 393514c1
......@@ -44,8 +44,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
static HMODULE SENSAPI_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
......@@ -54,7 +52,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
case DLL_PROCESS_ATTACH:
{
DisableThreadLibraryCalls(hinstDLL);
SENSAPI_hModule = hinstDLL;
break;
}
case DLL_PROCESS_DETACH:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment