diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-26 00:05:00 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-26 00:05:00 +0000 |
| commit | 75bde31647dd4d72ab49022177108c163f86f8d0 (patch) | |
| tree | 2e0e2657f750e4c65feb1db99e27f0d7ccfd54c6 /src/gradient-chemistry.cpp | |
| parent | Fix compile warning about construction order. (diff) | |
| download | inkscape-75bde31647dd4d72ab49022177108c163f86f8d0.tar.gz inkscape-75bde31647dd4d72ab49022177108c163f86f8d0.zip | |
remove no longer relevant comment
(bzr r2761)
Diffstat (limited to 'src/gradient-chemistry.cpp')
| -rw-r--r-- | src/gradient-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-chemistry.cpp b/src/gradient-chemistry.cpp index 281704eea..7ccc53486 100644 --- a/src/gradient-chemistry.cpp +++ b/src/gradient-chemistry.cpp @@ -911,7 +911,7 @@ sp_item_gradient_set_coords (SPItem *item, guint point_type, guint point_i, NR:: double offset = get_offset_between_points (p, start, end); SPGradient *vector = sp_gradient_get_forked_vector_if_necessary (rg, false); sp_gradient_ensure_vector(rg); - rg->vector.stops.at(point_i).offset = offset; //crash + rg->vector.stops.at(point_i).offset = offset; SPStop* stopi = sp_get_stop_i(vector, point_i); stopi->offset = offset; if (write_repr) { |
