summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.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-shape.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-shape.cpp')
-rw-r--r--src/sp-shape.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index 87b1e7607..64ddff20e 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -106,9 +106,10 @@ void SPShapeClass::sp_shape_class_init(SPShapeClass *klass)
item_class->show = SPShape::sp_shape_show;
item_class->hide = SPShape::sp_shape_hide;
item_class->snappoints = SPShape::sp_shape_snappoints;
- lpe_item_class->update_patheffect = NULL;
- klass->set_shape = NULL;
+ //lpe_item_class->update_patheffect = NULL;
+
+ //klass->set_shape = NULL;
}
CShape::CShape(SPShape* shape) : CLPEItem(shape) {