summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-06-01 13:40:07 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-06-01 13:40:07 +0000
commitfd9fa656fa1037c58963e4277c8d907a61940bd3 (patch)
tree36f9614f6a0af77d9d49f10ba2647b4d0ec5d287
parentwin64: add aspell and stand-alone gdb to builds. (x64 version should now be f... (diff)
downloadinkscape-fd9fa656fa1037c58963e4277c8d907a61940bd3.tar.gz
inkscape-fd9fa656fa1037c58963e4277c8d907a61940bd3.zip
remove fwd decl (a left-over, not intended for something useful) that breaks build (win64)
(bzr r13404)
-rw-r--r--src/ui/tool/node.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 4582d998a..b2f338e2c 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -41,14 +41,6 @@ template <typename> class NodeIterator;
}
}
-#if HAVE_TR1_UNORDERED_SET
-namespace std {
-namespace tr1 {
-template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;
-}
-}
-#endif
-
namespace Inkscape {
namespace UI {