Commit 8bf312d4 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

printui: Remove unused variable.

parent 8776e1c0
......@@ -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;
}
......
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