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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp
index 652f4fdb7..d1efb97f3 100644
--- a/src/sp-offset.cpp
+++ b/src/sp-offset.cpp
@@ -150,7 +150,7 @@ sp_offset_class_init(SPOffsetClass *klass)
gobject_class->finalize = sp_offset_finalize;
- sp_object_class->build = sp_offset_build;
+ //sp_object_class->build = sp_offset_build;
sp_object_class->write = sp_offset_write;
sp_object_class->set = sp_offset_set;
sp_object_class->update = sp_offset_update;