diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-16 12:32:21 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-16 12:32:21 +0000 |
| commit | 474cbb61fee066dcfd84455820881dc50e97b1b7 (patch) | |
| tree | 77203d0e61cae34b0a38b7193724ea22bff3331b /src | |
| parent | add empty line in bend parameter like original (diff) | |
| download | inkscape-474cbb61fee066dcfd84455820881dc50e97b1b7.tar.gz inkscape-474cbb61fee066dcfd84455820881dc50e97b1b7.zip | |
Removed BSpline from tell by su_v
(bzr r12588.1.23)
Diffstat (limited to 'src')
| -rw-r--r-- | src/draw-context.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 3b89652b9..dcddd683e 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -259,12 +259,6 @@ static void spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item if (prefs->getInt(tool_name(dc) + "/freehand-mode", 0) == 1) { Effect::createAndApply(SPIRO, dc->desktop->doc(), item); } - //BSpline - //AƱadimos el modo BSpline a los efectos en espera - if (prefs->getInt(tool_name(dc) + "/freehand-mode", 0) == 2) { - Effect::createAndApply(BSPLINE, dc->desktop->doc(), item); - } - //BSPline End bend = false; static Geom::PathVector pathv; static SPItem *itemEnd; |
