summaryrefslogtreecommitdiffstats
path: root/src/sp-line.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2012-09-29 15:43:15 +0000
committerMarkus Engel <markus.engel@tum.de>2012-09-29 15:43:15 +0000
commit260c7156ca920232cca2e829782373a805d59cae (patch)
tree0972dd516520d712d6e2dd0cb06561c8ec875768 /src/sp-line.cpp
parentAdded "virtual pad" to SPMissingGlyph. (diff)
downloadinkscape-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.cpp2
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) {