diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 17:14:31 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 19:40:50 +0000 |
| commit | 1673659da2aa1f33c63b73059ac78ac9a0f263e1 (patch) | |
| tree | ce890bfe460953c28b9b2d8f8ac8a94d25de895a /src/libnrtype | |
| parent | Update HACKING.txt. Move to top directory. (diff) | |
| download | inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.tar.gz inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.zip | |
a bit more of warning cleanup
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Compute.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp index 2ef689a88..20b07d84b 100644 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -1507,7 +1507,6 @@ bool Layout::Calculator::_findChunksForLine(ParagraphInfo const ¶, TRACE((" initial line_box_height (em size): %f\n", line_box_height->emSize() )); UnbrokenSpanPosition span_pos; - static int trys = 0; for( ; ; ) { // Get regions where one can place one line of text (can be more than one, if filling a // donut for example). |
