Commit 16b43ef0 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

inkobj: Remove unused variable.

parent 2d50946e
......@@ -20,7 +20,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
static LONG INKOBJ_refCount;
static HINSTANCE INKOBJ_hInstance;
/*****************************************************
* DllMain (INKOBJ.init)
......@@ -35,7 +34,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls( hinst );
INKOBJ_hInstance = hinst;
break;
}
return TRUE;
......
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