summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-offset.cpp')
-rw-r--r--src/sp-offset.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index 08a57234b..652f4fdb7 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -156,8 +156,8 @@ sp_offset_class_init(SPOffsetClass *klass)
sp_object_class->update = sp_offset_update;
sp_object_class->release = sp_offset_release;
- item_class->description = sp_offset_description;
- item_class->snappoints = sp_offset_snappoints;
+// item_class->description = sp_offset_description;
+// item_class->snappoints = sp_offset_snappoints;
//shape_class->set_shape = sp_offset_set_shape;
}