diff options
| author | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
| commit | 99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch) | |
| tree | 493559e086a9e6cf1e252e79765053be55277825 /src/sp-text.cpp | |
| parent | Removed old calls to set_shape and update_patheffect. (diff) | |
| download | inkscape-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-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index d9c4df702..56b76a94f 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -123,13 +123,13 @@ sp_text_class_init (SPTextClass *classname) sp_object_class->modified = sp_text_modified; sp_object_class->write = sp_text_write; - item_class->bbox = sp_text_bbox; - item_class->show = sp_text_show; - item_class->hide = sp_text_hide; - item_class->description = sp_text_description; - item_class->snappoints = sp_text_snappoints; - item_class->set_transform = sp_text_set_transform; - item_class->print = sp_text_print; +// item_class->bbox = sp_text_bbox; +// item_class->show = sp_text_show; +// item_class->hide = sp_text_hide; +// item_class->description = sp_text_description; +// item_class->snappoints = sp_text_snappoints; +// item_class->set_transform = sp_text_set_transform; +// item_class->print = sp_text_print; } CText::CText(SPText* text) : CItem(text) { |
