summaryrefslogtreecommitdiffstats
path: root/src/sp-use.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-use.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-use.cpp')
-rw-r--r--src/sp-use.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sp-use.cpp b/src/sp-use.cpp
index 1abda0d05..a7e3a7b36 100644
--- a/src/sp-use.cpp
+++ b/src/sp-use.cpp
@@ -105,12 +105,12 @@ sp_use_class_init(SPUseClass *classname)
sp_object_class->update = sp_use_update;
sp_object_class->modified = sp_use_modified;
- item_class->bbox = sp_use_bbox;
- item_class->description = sp_use_description;
- item_class->print = sp_use_print;
- item_class->show = sp_use_show;
- item_class->hide = sp_use_hide;
- item_class->snappoints = sp_use_snappoints;
+// item_class->bbox = sp_use_bbox;
+// item_class->description = sp_use_description;
+// item_class->print = sp_use_print;
+// item_class->show = sp_use_show;
+// item_class->hide = sp_use_hide;
+// item_class->snappoints = sp_use_snappoints;
}
CUse::CUse(SPUse* use) : CItem(use) {