Author: jimtabor Date: Fri Sep 9 15:12:04 2016 New Revision: 72630
URL: http://svn.reactos.org/svn/reactos?rev=72630&view=rev Log: [NtGDI] - Remove unneeded return sets.
Modified: trunk/reactos/win32ss/gdi/ntgdi/path.c
Modified: trunk/reactos/win32ss/gdi/ntgdi/path.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/path.c?re... ============================================================================== --- trunk/reactos/win32ss/gdi/ntgdi/path.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/gdi/ntgdi/path.c [iso-8859-1] Fri Sep 9 15:12:04 2016 @@ -2559,7 +2559,6 @@ if (pNewPath->state != PATH_Closed) { EngSetLastError(ERROR_CAN_NOT_COMPLETE); - ret = FALSE; } else if (pNewPath->numEntriesUsed) { @@ -2883,7 +2882,6 @@ if (pNewPath->state != PATH_Closed) { EngSetLastError(ERROR_CAN_NOT_COMPLETE); - bRet = FALSE; } else if (pNewPath->numEntriesUsed) { @@ -2941,7 +2939,6 @@ if (pNewPath->state != PATH_Closed) { EngSetLastError(ERROR_CAN_NOT_COMPLETE); - bRet = FALSE; } else bRet = PATH_StrokePath(pDc, pNewPath);