diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-06-11 14:25:52 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-06-11 14:25:52 +0000 |
| commit | 3b39f6fb0fac1eb0457de170a9af7b7ad629bc71 (patch) | |
| tree | 00c1f7790d3c689e8a1ed6e40e10309c7c979da8 /src/sp-item.cpp | |
| parent | Fix a typo that spawned a lot of "unused parameter" warnings when compiling (diff) | |
| download | inkscape-3b39f6fb0fac1eb0457de170a9af7b7ad629bc71.tar.gz inkscape-3b39f6fb0fac1eb0457de170a9af7b7ad629bc71.zip | |
A little cleaning up of attributes.
(bzr r14977)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index af81194c2..9fd6e8ecc 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -399,7 +399,6 @@ void SPItem::build(SPDocument *document, Inkscape::XML::Node *repr) { object->readAttr( "clip-path" ); object->readAttr( "mask" ); object->readAttr( "sodipodi:insensitive" ); - object->readAttr( "sodipodi:nonprintable" ); object->readAttr( "inkscape:transform-center-x" ); object->readAttr( "inkscape:transform-center-y" ); object->readAttr( "inkscape:connector-avoid" ); |
