Commit 2d50946e authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ntprint: Remove unused variable.

parent 538a0e4a
......@@ -36,8 +36,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
static HINSTANCE NTPRINT_hInstance = NULL;
typedef struct {
LPMONITOR_INFO_2W mi2; /* Buffer for installed Monitors */
DWORD installed; /* Number of installed Monitors */
......@@ -56,7 +54,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
NTPRINT_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