From 08e654dcda7fa6d764558ea184fe1a47bc4001c8 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 21 Nov 2014 11:10:31 +0100 Subject: Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code. --- src/core/Node.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/Node.cpp') diff --git a/src/core/Node.cpp b/src/core/Node.cpp index c9651fb..c18adb4 100644 --- a/src/core/Node.cpp +++ b/src/core/Node.cpp @@ -19,7 +19,6 @@ #include "Node.hpp" namespace ousia { -namespace dom { /* Class Node */ @@ -141,5 +140,3 @@ bool Node::triggerEvent(Event &event, bool fromChild) { } } -} - -- cgit v1.2.3