diff options
Diffstat (limited to 'src/sp-offset.cpp')
| -rw-r--r-- | src/sp-offset.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index d1efb97f3..ae7538fe1 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -151,10 +151,10 @@ sp_offset_class_init(SPOffsetClass *klass) gobject_class->finalize = sp_offset_finalize; //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; - sp_object_class->release = sp_offset_release; +// sp_object_class->write = sp_offset_write; +// sp_object_class->set = sp_offset_set; +// 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; |
