wtsapi32: Remove unused variable.

This commit is contained in:
Andrew Talbot 2012-11-28 20:37:39 +00:00 committed by Alexandre Julliard
parent 960f0595b2
commit ffb2cae6fc
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
static HMODULE WTSAPI32_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
@ -35,7 +34,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
case DLL_PROCESS_ATTACH:
{
DisableThreadLibraryCalls(hinstDLL);
WTSAPI32_hModule = hinstDLL;
break;
}
case DLL_PROCESS_DETACH: