summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2012-09-29 15:43:15 +0000
committerMarkus Engel <markus.engel@tum.de>2012-09-29 15:43:15 +0000
commit260c7156ca920232cca2e829782373a805d59cae (patch)
tree0972dd516520d712d6e2dd0cb06561c8ec875768 /src/sp-shape.h
parentAdded "virtual pad" to SPMissingGlyph. (diff)
downloadinkscape-260c7156ca920232cca2e829782373a805d59cae.tar.gz
inkscape-260c7156ca920232cca2e829782373a805d59cae.zip
Removed old calls to set_shape and update_patheffect.
(bzr r11608.1.45)
Diffstat (limited to 'src/sp-shape.h')
-rw-r--r--src/sp-shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-shape.h b/src/sp-shape.h
index 7459b2f90..5920df8b2 100644
--- a/src/sp-shape.h
+++ b/src/sp-shape.h
@@ -90,7 +90,7 @@ public:
SPLPEItemClass item_class;
/* Build bpath from extra shape attributes */
- void (* set_shape) (SPShape *shape);
+ //void (* set_shape) (SPShape *shape);
private:
static SPLPEItemClass *parent_class;