From 957c3e4b7909d42c5a13f1b1dd583f877fc32259 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 30 Mar 2013 00:46:57 +0100 Subject: Removed function pointers from SPObject and subclasses. Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) --- src/sp-offset.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sp-offset.cpp') 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; -- cgit v1.2.3