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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index 3a83cb70d..e94733dee 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -105,8 +105,8 @@ sp_tspan_class_init(SPTSpanClass *classname)
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;
+// item_class->bbox = sp_tspan_bbox;
+// item_class->description = sp_tspan_description;
}
CTSpan::CTSpan(SPTSpan* span) : CItem(span) {