From 99cb30e28d4ee193f39e23464abbd7630cac8a2d Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 6 Oct 2012 23:56:27 +0200 Subject: Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. (bzr r11608.1.46) --- src/sp-polygon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-polygon.cpp') 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) { -- cgit v1.2.3