summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-tspan.cpp')
-rw-r--r--src/sp-tspan.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index d79177135..3950ed863 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -99,11 +99,11 @@ sp_tspan_class_init(SPTSpanClass *classname)
tspan_parent_class = (SPItemClass*)g_type_class_ref(SP_TYPE_ITEM);
//sp_object_class->build = sp_tspan_build;
- sp_object_class->release = sp_tspan_release;
- sp_object_class->set = sp_tspan_set;
- sp_object_class->update = sp_tspan_update;
- sp_object_class->modified = sp_tspan_modified;
- sp_object_class->write = sp_tspan_write;
+// sp_object_class->release = sp_tspan_release;
+// sp_object_class->set = sp_tspan_set;
+// sp_object_class->update = sp_tspan_update;
+// sp_object_class->modified = sp_tspan_modified;
+// sp_object_class->write = sp_tspan_write;
// item_class->bbox = sp_tspan_bbox;
// item_class->description = sp_tspan_description;
@@ -396,11 +396,11 @@ static void sp_textpath_class_init(SPTextPathClass *classname)
gobject_class->finalize = sp_textpath_finalize;
//sp_object_class->build = sp_textpath_build;
- sp_object_class->release = sp_textpath_release;
- sp_object_class->set = sp_textpath_set;
- sp_object_class->update = sp_textpath_update;
- sp_object_class->modified = sp_textpath_modified;
- sp_object_class->write = sp_textpath_write;
+// sp_object_class->release = sp_textpath_release;
+// sp_object_class->set = sp_textpath_set;
+// sp_object_class->update = sp_textpath_update;
+// sp_object_class->modified = sp_textpath_modified;
+// sp_object_class->write = sp_textpath_write;
}