summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.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-offset.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-offset.cpp')
-rw-r--r--src/sp-offset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index f2f707882..08a57234b 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -159,7 +159,7 @@ sp_offset_class_init(SPOffsetClass *klass)
item_class->description = sp_offset_description;
item_class->snappoints = sp_offset_snappoints;
- shape_class->set_shape = sp_offset_set_shape;
+ //shape_class->set_shape = sp_offset_set_shape;
}
COffset::COffset(SPOffset* offset) : CShape(offset) {