mscms: Remove unneeded shadow variable.

This commit is contained in:
André Hentschel 2012-04-18 00:11:28 +02:00 committed by Alexandre Julliard
parent 9cf97e18b4
commit f796f967e2
1 changed files with 0 additions and 1 deletions

View File

@ -1473,7 +1473,6 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
handle = CreateFileW( profile->pProfileData, flags, sharing, NULL, creation, 0, NULL ); handle = CreateFileW( profile->pProfileData, flags, sharing, NULL, creation, 0, NULL );
else else
{ {
DWORD size;
WCHAR *path; WCHAR *path;
if (!GetColorDirectoryW( NULL, NULL, &size ) && GetLastError() == ERROR_MORE_DATA) if (!GetColorDirectoryW( NULL, NULL, &size ) && GetLastError() == ERROR_MORE_DATA)