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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-anchor.cpp b/src/sp-anchor.cpp
index 6659712c6..151603850 100644
--- a/src/sp-anchor.cpp
+++ b/src/sp-anchor.cpp
@@ -69,9 +69,9 @@ static void sp_anchor_class_init(SPAnchorClass *ac)
parent_class = (SPGroupClass *) g_type_class_ref(SP_TYPE_GROUP);
//sp_object_class->build = sp_anchor_build;
- sp_object_class->release = sp_anchor_release;
- sp_object_class->set = sp_anchor_set;
- sp_object_class->write = sp_anchor_write;
+// sp_object_class->release = sp_anchor_release;
+// 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;