printui: Remove unused variable.
This commit is contained in:
parent
8776e1c0e1
commit
8bf312d40e
|
@ -38,8 +38,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(printui);
|
||||
|
||||
static HINSTANCE PRINTUI_hInstance = NULL;
|
||||
|
||||
/* ################################# */
|
||||
|
||||
/* Must be in order with OPT_* */
|
||||
|
@ -227,7 +225,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
return FALSE; /* prefer native version */
|
||||
|
||||
case DLL_PROCESS_ATTACH:
|
||||
PRINTUI_hInstance = hinstDLL;
|
||||
DisableThreadLibraryCalls( hinstDLL );
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue