diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-12-06 06:57:26 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-12-06 06:57:26 +0000 |
| commit | 35f5bfbd935a155b16adc31408f820302fd2f040 (patch) | |
| tree | fd1f8fd322733da1e04b52d75bc4b7b6a88c72dc /src/libnrtype | |
| parent | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes. (diff) | |
| download | inkscape-35f5bfbd935a155b16adc31408f820302fd2f040.tar.gz inkscape-35f5bfbd935a155b16adc31408f820302fd2f040.zip | |
Remove leftover assert.
(bzr r14506)
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 6b2a6f622..1e8fb0fb1 100644 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -1764,7 +1764,6 @@ bool Layout::Calculator::calculate() } while (span_pos.iter_span != para.unbroken_spans.end()); TRACE(("para %lu end\n\n", _flow._paragraphs.size() - 1)); - assert (_scanline_maker != NULL ); if (_scanline_maker != NULL) { bool is_empty_para = _flow._characters.empty() || _flow._characters.back().line(&_flow).in_paragraph != _flow._paragraphs.size() - 1; if ((is_empty_para && para_end_input_index + 1 >= _flow._input_stream.size()) |
