summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index 9fa338f8f..cfb5239b1 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -94,7 +94,7 @@ void SPShapeClass::sp_shape_class_init(SPShapeClass *klass)
gobject_class->finalize = SPShape::sp_shape_finalize;
- sp_object_class->build = SPShape::sp_shape_build;
+ //sp_object_class->build = SPShape::sp_shape_build;
sp_object_class->release = SPShape::sp_shape_release;
sp_object_class->set = SPShape::sp_shape_set;
sp_object_class->update = SPShape::sp_shape_update;