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-anchor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-anchor.cpp') diff --git a/src/sp-anchor.cpp b/src/sp-anchor.cpp index b6cfd6f52..84804bfc8 100644 --- a/src/sp-anchor.cpp +++ b/src/sp-anchor.cpp @@ -73,8 +73,8 @@ static void sp_anchor_class_init(SPAnchorClass *ac) sp_object_class->set = sp_anchor_set; sp_object_class->write = sp_anchor_write; - item_class->description = sp_anchor_description; - item_class->event = sp_anchor_event; +// item_class->description = sp_anchor_description; +// item_class->event = sp_anchor_event; } CAnchor::CAnchor(SPAnchor* anchor) : CGroup(anchor) { -- cgit v1.2.3