diff options
Diffstat (limited to 'src/sp-pattern.cpp')
| -rw-r--r-- | src/sp-pattern.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-pattern.cpp b/src/sp-pattern.cpp index 0c82c9bb8..6a1d567dd 100644 --- a/src/sp-pattern.cpp +++ b/src/sp-pattern.cpp @@ -91,10 +91,10 @@ sp_pattern_class_init (SPPatternClass *klass) pattern_parent_class = (SPPaintServerClass*)g_type_class_ref (SP_TYPE_PAINT_SERVER); //sp_object_class->build = sp_pattern_build; - sp_object_class->release = sp_pattern_release; - sp_object_class->set = sp_pattern_set; - sp_object_class->update = sp_pattern_update; - sp_object_class->modified = sp_pattern_modified; +// sp_object_class->release = sp_pattern_release; +// sp_object_class->set = sp_pattern_set; +// sp_object_class->update = sp_pattern_update; +// sp_object_class->modified = sp_pattern_modified; // do we need _write? seems to work without it |
