mscms: Remove unneeded shadow variable

André Hentschel nerv at dawncrow.de
Tue Apr 17 17:11:28 CDT 2012


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

diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c
index 54e4afd..b0ffce4 100644
--- a/dlls/mscms/profile.c
+++ b/dlls/mscms/profile.c
@@ -1473,7 +1473,6 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
             handle = CreateFileW( profile->pProfileData, flags, sharing, NULL, creation, 0, NULL );
         else
         {
-            DWORD size;
             WCHAR *path;
 
             if (!GetColorDirectoryW( NULL, NULL, &size ) && GetLastError() == ERROR_MORE_DATA)
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list