diff options
| author | Markus Engel <markus.engel@tum.de> | 2012-09-29 15:43:15 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2012-09-29 15:43:15 +0000 |
| commit | 260c7156ca920232cca2e829782373a805d59cae (patch) | |
| tree | 0972dd516520d712d6e2dd0cb06561c8ec875768 /src/sp-line.cpp | |
| parent | Added "virtual pad" to SPMissingGlyph. (diff) | |
| download | inkscape-260c7156ca920232cca2e829782373a805d59cae.tar.gz inkscape-260c7156ca920232cca2e829782373a805d59cae.zip | |
Removed old calls to set_shape and update_patheffect.
(bzr r11608.1.45)
Diffstat (limited to 'src/sp-line.cpp')
| -rw-r--r-- | src/sp-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-line.cpp b/src/sp-line.cpp index a431a0948..b39117d9e 100644 --- a/src/sp-line.cpp +++ b/src/sp-line.cpp @@ -65,7 +65,7 @@ void SPLineClass::sp_line_class_init(SPLineClass *klass) sp_object_class->update = SPLine::update; SPShapeClass *shape_class = (SPShapeClass *) klass; - shape_class->set_shape = SPLine::setShape; + //shape_class->set_shape = SPLine::setShape; } CLine::CLine(SPLine* line) : CShape(line) { |
