summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
committerMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
commita0a8d020201e0e38a63d9aa3dce228d7d9e6fb35 (patch)
tree15eb1db63b425cb0a902cd259401ea2b556028d5 /src/sp-path.cpp
parentAdded some virtual pad calls to SPObject. (diff)
downloadinkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.tar.gz
inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.zip
Various changes.
(bzr r11608.1.48)
Diffstat (limited to 'src/sp-path.cpp')
-rw-r--r--src/sp-path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index f96e516b7..fd726c9fe 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -110,7 +110,7 @@ sp_path_class_init(SPPathClass * klass)
gobject_class->finalize = sp_path_finalize;
- sp_object_class->build = sp_path_build;
+ //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;