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-path.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sp-path.cpp') diff --git a/src/sp-path.cpp b/src/sp-path.cpp index fd726c9fe..820fbbaf6 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -111,10 +111,10 @@ sp_path_class_init(SPPathClass * klass) gobject_class->finalize = sp_path_finalize; //sp_object_class->build = sp_path_build; - sp_object_class->release = sp_path_release; - sp_object_class->set = sp_path_set; - sp_object_class->write = sp_path_write; - sp_object_class->update = sp_path_update; +// sp_object_class->release = sp_path_release; +// sp_object_class->set = sp_path_set; +// sp_object_class->write = sp_path_write; +// sp_object_class->update = sp_path_update; // item_class->description = sp_path_description; // item_class->set_transform = sp_path_set_transform; -- cgit v1.2.3