André Hentschel : mscms: Remove unneeded shadow variable.
Module: wine Branch: master Commit: f796f967e2897c528304fe9efe869b391ba7f84e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f796f967e2897c528304fe9efe... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Apr 18 00:11:28 2012 +0200 mscms: Remove unneeded shadow variable. --- 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)
participants (1)
-
Alexandre Julliard