diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2014-10-15 09:43:52 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2014-10-15 09:43:52 +0000 |
| commit | dcbfb36e7c6279b1cc651131758700961152a8b0 (patch) | |
| tree | 6683b6a8d7ca6747ef2bdf64a82cdd2c1c39ac21 /src/sp-hatch.cpp | |
| parent | Merge hatch rendering code from Tomasz Boczkowski. (diff) | |
| download | inkscape-dcbfb36e7c6279b1cc651131758700961152a8b0.tar.gz inkscape-dcbfb36e7c6279b1cc651131758700961152a8b0.zip | |
Post-merge cleanup.
(bzr r13615)
Diffstat (limited to 'src/sp-hatch.cpp')
| -rw-r--r-- | src/sp-hatch.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-hatch.cpp b/src/sp-hatch.cpp index 98cc596d7..b007fc846 100644 --- a/src/sp-hatch.cpp +++ b/src/sp-hatch.cpp @@ -647,7 +647,8 @@ Geom::OptInterval SPHatch::_calculateStripExtents(Geom::OptRect bbox) const { return extents; } -cairo_pattern_t* SPHatch::pattern_new(cairo_t *base_ct, Geom::OptRect const &bbox, double opacity) { +cairo_pattern_t* SPHatch::pattern_new(cairo_t * /*base_ct*/, Geom::OptRect const &/*bbox*/, double /*opacity*/) +{ //this code should not be used //it is however required by the fact that SPPaintServer::hatch_new is pure virtual return cairo_pattern_create_rgb(0.5, 0.5, 1.0); |
