summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
committerMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
commit99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch)
tree493559e086a9e6cf1e252e79765053be55277825 /src/sp-shape.cpp
parentRemoved old calls to set_shape and update_patheffect. (diff)
downloadinkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.tar.gz
inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.zip
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
(bzr r11608.1.46)
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index 64ddff20e..9fa338f8f 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -101,11 +101,11 @@ void SPShapeClass::sp_shape_class_init(SPShapeClass *klass)
sp_object_class->modified = SPShape::sp_shape_modified;
sp_object_class->write = SPShape::sp_shape_write;
- item_class->bbox = SPShape::sp_shape_bbox;
- item_class->print = sp_shape_print;
- item_class->show = SPShape::sp_shape_show;
- item_class->hide = SPShape::sp_shape_hide;
- item_class->snappoints = SPShape::sp_shape_snappoints;
+// item_class->bbox = SPShape::sp_shape_bbox;
+// item_class->print = sp_shape_print;
+// 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;