summaryrefslogtreecommitdiffstats
path: root/src/sp-hatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-hatch.cpp')
-rw-r--r--src/sp-hatch.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-hatch.cpp b/src/sp-hatch.cpp
index 274b73e86..2d938618c 100644
--- a/src/sp-hatch.cpp
+++ b/src/sp-hatch.cpp
@@ -73,7 +73,6 @@ void SPHatch::build(SPDocument* doc, Inkscape::XML::Node* repr)
readAttr("pitch");
readAttr("rotate");
readAttr("xlink:href");
- readAttr("href");
readAttr( "style" );
// Register ourselves
@@ -197,7 +196,6 @@ void SPHatch::set(unsigned int key, const gchar* value)
break;
case SP_ATTR_XLINK_HREF:
- case SP_ATTR_HREF:
if (value && href == value) {
// Href unchanged, do nothing.
} else {