printui: Remove unused variable

Andrew Talbot andrew.talbot at talbotville.com
Sat Nov 24 15:09:50 CST 2012


Changelog:
    printui: Remove unused variable.

diff --git a/dlls/printui/printui.c b/dlls/printui/printui.c
index 7a2b466..c6e610d 100644
--- a/dlls/printui/printui.c
+++ b/dlls/printui/printui.c
@@ -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;
     }




More information about the wine-patches mailing list