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-spiral.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-spiral.cpp') diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index d549c2192..f6663ca12 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -89,8 +89,8 @@ static void sp_spiral_class_init(SPSpiralClass *klass) sp_object_class->set = sp_spiral_set; sp_object_class->update = sp_spiral_update; - item_class->description = sp_spiral_description; - item_class->snappoints = sp_spiral_snappoints; +// item_class->description = sp_spiral_description; +// item_class->snappoints = sp_spiral_snappoints; //lpe_item_class->update_patheffect = sp_spiral_update_patheffect; -- cgit v1.2.3