summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.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-tref.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-tref.cpp')
-rw-r--r--src/sp-tref.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp
index 0c7e52d60..4296fd416 100644
--- a/src/sp-tref.cpp
+++ b/src/sp-tref.cpp
@@ -111,8 +111,8 @@ sp_tref_class_init(SPTRefClass *tref_class)
SPItemClass *item_class = (SPItemClass *) tref_class;
- item_class->bbox = sp_tref_bbox;
- item_class->description = sp_tref_description;
+// item_class->bbox = sp_tref_bbox;
+// item_class->description = sp_tref_description;
}
CTRef::CTRef(SPTRef* tref) : CItem(tref) {