Skip to content
Snippets Groups Projects
Commit f796f967 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

mscms: Remove unneeded shadow variable.

parent 9cf97e18
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment