summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-03-29 23:46:57 +0000
committerMarkus Engel <markus.engel@tum.de>2013-03-29 23:46:57 +0000
commit957c3e4b7909d42c5a13f1b1dd583f877fc32259 (patch)
treebd7bba5a2b55bdc882bd9c35d12897a922ba900b /src/sp-item.cpp
parentReplaced calls to "pattern_new". (diff)
downloadinkscape-957c3e4b7909d42c5a13f1b1dd583f877fc32259.tar.gz
inkscape-957c3e4b7909d42c5a13f1b1dd583f877fc32259.zip
Removed function pointers from SPObject and subclasses.
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 1ba1aa7ea..33e6bf342 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -111,10 +111,10 @@ SPItemClass::sp_item_class_init(SPItemClass *klass)
static_parent_class = (SPObjectClass *)g_type_class_ref(SP_TYPE_OBJECT);
//sp_object_class->build = SPItem::sp_item_build;
- sp_object_class->release = SPItem::sp_item_release;
- sp_object_class->set = SPItem::sp_item_set;
- sp_object_class->update = SPItem::sp_item_update;
- sp_object_class->write = SPItem::sp_item_write;
+// sp_object_class->release = SPItem::sp_item_release;
+// sp_object_class->set = SPItem::sp_item_set;
+// sp_object_class->update = SPItem::sp_item_update;
+// sp_object_class->write = SPItem::sp_item_write;
// klass->description = SPItem::sp_item_private_description;
// klass->snappoints = SPItem::sp_item_private_snappoints;