summaryrefslogtreecommitdiffstats
path: root/src/sp-star.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-star.cpp')
-rw-r--r--src/sp-star.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp
index cbc4d4520..489702167 100644
--- a/src/sp-star.cpp
+++ b/src/sp-star.cpp
@@ -78,7 +78,7 @@ static void sp_star_class_init(SPStarClass *klass)
parent_class = reinterpret_cast<SPShapeClass *>(g_type_class_ref(SP_TYPE_SHAPE));
- sp_object_class->build = sp_star_build;
+ //sp_object_class->build = sp_star_build;
sp_object_class->write = sp_star_write;
sp_object_class->set = sp_star_set;
sp_object_class->update = sp_star_update;