summaryrefslogtreecommitdiffstats
path: root/src/sp-symbol.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
committerMarkus Engel <markus.engel@tum.de>2012-10-06 21:56:27 +0000
commit99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch)
tree493559e086a9e6cf1e252e79765053be55277825 /src/sp-symbol.cpp
parentRemoved old calls to set_shape and update_patheffect. (diff)
downloadinkscape-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-symbol.cpp')
-rw-r--r--src/sp-symbol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-symbol.cpp b/src/sp-symbol.cpp
index bd8a0ea53..11c14bc4e 100644
--- a/src/sp-symbol.cpp
+++ b/src/sp-symbol.cpp
@@ -79,10 +79,10 @@ static void sp_symbol_class_init(SPSymbolClass *klass)
sp_object_class->modified = sp_symbol_modified;
sp_object_class->write = sp_symbol_write;
- sp_item_class->show = sp_symbol_show;
- sp_item_class->hide = sp_symbol_hide;
- sp_item_class->bbox = sp_symbol_bbox;
- sp_item_class->print = sp_symbol_print;
+// sp_item_class->show = sp_symbol_show;
+// sp_item_class->hide = sp_symbol_hide;
+// sp_item_class->bbox = sp_symbol_bbox;
+// sp_item_class->print = sp_symbol_print;
}
CSymbol::CSymbol(SPSymbol* symbol) : CGroup(symbol) {