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-path.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-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index d68e87d29..f96e516b7 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -116,9 +116,9 @@ sp_path_class_init(SPPathClass * klass) sp_object_class->write = sp_path_write; sp_object_class->update = sp_path_update; - item_class->description = sp_path_description; - item_class->set_transform = sp_path_set_transform; - item_class->convert_to_guides = sp_path_convert_to_guides; +// item_class->description = sp_path_description; +// item_class->set_transform = sp_path_set_transform; +// item_class->convert_to_guides = sp_path_convert_to_guides; //lpe_item_class->update_patheffect = sp_path_update_patheffect; } |
