Andrew Talbot : sensapi: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Wed Nov 28 14:14:05 CST 2012


Module: wine
Branch: master
Commit: c562b0e1488c3fe36c8e09122486e22a365db610
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c562b0e1488c3fe36c8e09122486e22a365db610

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Tue Nov 27 22:22:22 2012 +0000

sensapi: Remove unused variable.

---

 dlls/sensapi/sensapi.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/sensapi/sensapi.c b/dlls/sensapi/sensapi.c
index 86e4a92..75d07a8 100644
--- a/dlls/sensapi/sensapi.c
+++ b/dlls/sensapi/sensapi.c
@@ -44,8 +44,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
 
-static HMODULE SENSAPI_hModule;
-
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {
     TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
@@ -54,7 +52,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
         case DLL_PROCESS_ATTACH:
         {
             DisableThreadLibraryCalls(hinstDLL);
-            SENSAPI_hModule = hinstDLL;
             break;
         }
         case DLL_PROCESS_DETACH:




More information about the wine-cvs mailing list