summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-polygon.cpp')
-rw-r--r--src/sp-polygon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-polygon.cpp b/src/sp-polygon.cpp
index 28eea4ff3..cd06e96a4 100644
--- a/src/sp-polygon.cpp
+++ b/src/sp-polygon.cpp
@@ -66,8 +66,8 @@ static void sp_polygon_class_init(SPPolygonClass *pc)
parent_class = (SPShapeClass *) g_type_class_ref(SP_TYPE_SHAPE);
//sp_object_class->build = sp_polygon_build;
- sp_object_class->write = sp_polygon_write;
- sp_object_class->set = sp_polygon_set;
+// sp_object_class->write = sp_polygon_write;
+// sp_object_class->set = sp_polygon_set;
// item_class->description = sp_polygon_description;
}