diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-03 16:47:25 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-03 16:47:25 +0000 |
| commit | 1c9a8c8ce1dffe13f82376dabba655273adce605 (patch) | |
| tree | 0b6b2551fd7bccd6c62150d927afe8d44c6be258 /src | |
| parent | Merged. (diff) | |
| download | inkscape-1c9a8c8ce1dffe13f82376dabba655273adce605.tar.gz inkscape-1c9a8c8ce1dffe13f82376dabba655273adce605.zip | |
Remove test for bool value.
(bzr r15100.1.14)
Diffstat (limited to 'src')
| -rw-r--r-- | src/livarot/int-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/int-line.cpp b/src/livarot/int-line.cpp index d03d62cd7..998f638e7 100644 --- a/src/livarot/int-line.cpp +++ b/src/livarot/int-line.cpp @@ -128,7 +128,7 @@ void IntLigne::Flatten() i++; } midV = RemainingValAt(cur); - while ( i < nbBord && bords[i].pos == cur && bords[i].start == true ) { + while ( i < nbBord && bords[i].pos == cur && bords[i].start ) { rightV += bords[i].val; Enqueue(bords[i].other); i++; |
