SynEdit: WrappedView, clean-up

git-svn-id: trunk@63395 -
This commit is contained in:
martin 2020-06-18 21:08:42 +00:00
parent a0a873d62c
commit cefa058362

View File

@ -1501,7 +1501,6 @@ begin
inc(PhysWidthPtr);
inc(Result);
dec(AMaxWidth, CurCharPhysWidth);
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
end
else begin
ALine := nil; // break outer loop
@ -1539,7 +1538,6 @@ begin
inc(PhysWidthPtr);
inc(Result);
dec(AMaxWidth, CurCharPhysWidth);
CurCharPhysWidth := PhysWidthPtr^ and PCWMask;
end
else
break;