summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
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;