From 957c3e4b7909d42c5a13f1b1dd583f877fc32259 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 30 Mar 2013 00:46:57 +0100 Subject: Removed function pointers from SPObject and subclasses. Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) --- src/sp-text.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 0f3ea87dd..fe7138cbe 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -114,14 +114,14 @@ sp_text_class_init (SPTextClass *classname) text_parent_class = (SPItemClass*)g_type_class_ref (SP_TYPE_ITEM); - sp_object_class->release = sp_text_release; - //sp_object_class->build = sp_text_build; - sp_object_class->set = sp_text_set; - sp_object_class->child_added = sp_text_child_added; - sp_object_class->remove_child = sp_text_remove_child; - sp_object_class->update = sp_text_update; - sp_object_class->modified = sp_text_modified; - sp_object_class->write = sp_text_write; +// sp_object_class->release = sp_text_release; +// //sp_object_class->build = sp_text_build; +// sp_object_class->set = sp_text_set; +// sp_object_class->child_added = sp_text_child_added; +// sp_object_class->remove_child = sp_text_remove_child; +// sp_object_class->update = sp_text_update; +// 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; -- cgit v1.2.3