printui: Remove unused variable.

This commit is contained in:
Andrew Talbot 2012-11-24 21:09:50 +00:00 committed by Alexandre Julliard
parent 8776e1c0e1
commit 8bf312d40e
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}