Module: wine Branch: master Commit: 8bf312d40e218785918b65ebfde5baaeb4829208 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bf312d40e218785918b65ebfd...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sat Nov 24 21:09:50 2012 +0000
printui: Remove unused variable.
---
dlls/printui/printui.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
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; }