summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tool/node.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 2964b66ca..2d4eb4a7a 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -34,17 +34,6 @@ template <typename> class NodeIterator;
}
}
-/*
-#if HAVE_TR1_UNORDERED_SET
-namespace std {
-namespace tr1 {
-template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;
-}
-}
-#endif
-#endif
-*/
-
namespace Inkscape {
namespace UI {