summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
committerMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
commit99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch)
tree493559e086a9e6cf1e252e79765053be55277825 /src/sp-polygon.cpp
parentRemoved old calls to set_shape and update_patheffect. (diff)
downloadinkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.tar.gz
inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.zip
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
(bzr r11608.1.46)
Diffstat (limited to 'src/sp-polygon.cpp')
-rw-r--r--src/sp-polygon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polygon.cpp b/src/sp-polygon.cpp
index 8aa66f15f..ee930c691 100644
--- a/src/sp-polygon.cpp
+++ b/src/sp-polygon.cpp
@@ -69,7 +69,7 @@ static void sp_polygon_class_init(SPPolygonClass *pc)
sp_object_class->write = sp_polygon_write;
sp_object_class->set = sp_polygon_set;
- item_class->description = sp_polygon_description;
+// item_class->description = sp_polygon_description;
}
CPolygon::CPolygon(SPPolygon* polygon) : CShape(polygon) {