diff options
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) { |
