summaryrefslogtreecommitdiffstats
path: root/src/sp-anchor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-anchor.cpp')
-rw-r--r--src/sp-anchor.cpp4
1 files changed, 2 insertions, 2 deletions
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) {