diff options
| author | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
| commit | 99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch) | |
| tree | 493559e086a9e6cf1e252e79765053be55277825 /src/sp-offset.cpp | |
| parent | Removed old calls to set_shape and update_patheffect. (diff) | |
| download | inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.tar.gz inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.zip | |
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
(bzr r11608.1.46)
Diffstat (limited to 'src/sp-offset.cpp')
| -rw-r--r-- | src/sp-offset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index 08a57234b..652f4fdb7 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -156,8 +156,8 @@ sp_offset_class_init(SPOffsetClass *klass) sp_object_class->update = sp_offset_update; sp_object_class->release = sp_offset_release; - item_class->description = sp_offset_description; - item_class->snappoints = sp_offset_snappoints; +// item_class->description = sp_offset_description; +// item_class->snappoints = sp_offset_snappoints; //shape_class->set_shape = sp_offset_set_shape; } |
