From f796f967e2897c528304fe9efe869b391ba7f84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 18 Apr 2012 00:11:28 +0200 Subject: [PATCH] mscms: Remove unneeded shadow variable. --- dlls/mscms/profile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c index 54e4afd74a7..b0ffce45777 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)