summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.h
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-13 22:06:14 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-13 22:06:14 +0000
commit3ff3539433be9d91f2d77eb5b45f9b1faeb577ec (patch)
tree935f12ae43277ce839e908c1d44514914aeb9001 /src/ui/tools/pencil-tool.h
parentAdded speed improbements (diff)
downloadinkscape-3ff3539433be9d91f2d77eb5b45f9b1faeb577ec.tar.gz
inkscape-3ff3539433be9d91f2d77eb5b45f9b1faeb577ec.zip
Working refactor
Diffstat (limited to '')
-rw-r--r--src/ui/tools/pencil-tool.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/tools/pencil-tool.h b/src/ui/tools/pencil-tool.h
index c3b9fb48c..6c98d303c 100644
--- a/src/ui/tools/pencil-tool.h
+++ b/src/ui/tools/pencil-tool.h
@@ -48,10 +48,8 @@ public:
std::vector<Geom::Point> ps;
std::vector<Geom::Point> points;
std::vector<double> wps;
-
- Geom::PathVector pressure_pv;
- void addPowerStrokePencil();
+ void addPowerStrokePencil(SPCurve * c);
void removePowerStrokePreview();
Geom::Piecewise<Geom::D2<Geom::SBasis> > sketch_interpolation; // the current proposal from the sketched paths
unsigned sketch_n; // number of sketches done