mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[NtGDI]
- Remove unneeded return sets. svn path=/trunk/; revision=72630
This commit is contained in:
parent
28d8ba0d3e
commit
2fa1533cf4
1 changed files with 0 additions and 3 deletions
|
@ -2559,7 +2559,6 @@ NtGdiFillPath(HDC hDC)
|
|||
if (pNewPath->state != PATH_Closed)
|
||||
{
|
||||
EngSetLastError(ERROR_CAN_NOT_COMPLETE);
|
||||
ret = FALSE;
|
||||
}
|
||||
else if (pNewPath->numEntriesUsed)
|
||||
{
|
||||
|
@ -2883,7 +2882,6 @@ NtGdiStrokeAndFillPath(HDC hDC)
|
|||
if (pNewPath->state != PATH_Closed)
|
||||
{
|
||||
EngSetLastError(ERROR_CAN_NOT_COMPLETE);
|
||||
bRet = FALSE;
|
||||
}
|
||||
else if (pNewPath->numEntriesUsed)
|
||||
{
|
||||
|
@ -2941,7 +2939,6 @@ NtGdiStrokePath(HDC hDC)
|
|||
if (pNewPath->state != PATH_Closed)
|
||||
{
|
||||
EngSetLastError(ERROR_CAN_NOT_COMPLETE);
|
||||
bRet = FALSE;
|
||||
}
|
||||
else bRet = PATH_StrokePath(pDc, pNewPath);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue